Skip to content

Instantly share code, notes, and snippets.

@TomCahill
Last active December 26, 2018 18:43
Show Gist options
  • Select an option

  • Save TomCahill/3447179363198a0182d73c497d256298 to your computer and use it in GitHub Desktop.

Select an option

Save TomCahill/3447179363198a0182d73c497d256298 to your computer and use it in GitHub Desktop.

Revisions

  1. TomCahill revised this gist Dec 26, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions vscode.json
    Original file line number Diff line number Diff line change
    @@ -15,6 +15,7 @@

    "workbench.startupEditor": "none",
    "workbench.colorTheme": "Monokai",
    "workbench.editor.closeEmptyGroups": false,

    "explorer.confirmDragAndDrop": false,
    "explorer.confirmDelete": false,
  2. TomCahill revised this gist Dec 26, 2018. 1 changed file with 7 additions and 2 deletions.
    9 changes: 7 additions & 2 deletions vscode.json
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,3 @@
    // Place your settings in this file to overwrite the default settings
    {
    "editor.fontSize": 13,
    "editor.tabSize": 2,
    @@ -8,7 +7,9 @@
    "editor.multiCursorModifier": "alt",

    "explorer.openEditors.visible": 0,

    "window.openFoldersInNewWindow": "on",
    "window.titleBarStyle": "custom",
    "window.restoreWindows": "all",
    "window.zoomLevel": 0,

    @@ -18,7 +19,12 @@
    "explorer.confirmDragAndDrop": false,
    "explorer.confirmDelete": false,
    "explorer.autoReveal": false,

    "breadcrumbs.enabled": true,

    "gitlens.keymap": "chorded",
    "gitlens.views.fileHistory.enabled": true,
    "gitlens.views.lineHistory.enabled": true,
    "gitlens.advanced.messages": {
    "suppressCommitHasNoPreviousCommitWarning": false,
    "suppressCommitNotFoundWarning": false,
    @@ -31,7 +37,6 @@
    "suppressUpdateNotice": false,
    "suppressWelcomeNotice": true
    },
    "gitlens.keymap": "chorded",

    "files.exclude": {
    "**/.git": true,
  3. TomCahill revised this gist May 11, 2018. 1 changed file with 18 additions and 4 deletions.
    22 changes: 18 additions & 4 deletions vscode.json
    Original file line number Diff line number Diff line change
    @@ -2,13 +2,23 @@
    {
    "editor.fontSize": 13,
    "editor.tabSize": 2,
    "editor.fontLigatures": true,
    "editor.cursorStyle": "block",
    "editor.renderWhitespace": "boundary",
    "editor.multiCursorModifier": "alt",

    "explorer.openEditors.visible": 0,
    "window.openFoldersInNewWindow": "on",
    "window.restoreWindows": "all",
    "workbench.startupEditor": "none",
    "window.zoomLevel": 0,

    "workbench.startupEditor": "none",
    "workbench.colorTheme": "Monokai",

    "explorer.confirmDragAndDrop": false,
    "explorer.confirmDelete": false,
    "explorer.autoReveal": false,

    "gitlens.advanced.messages": {
    "suppressCommitHasNoPreviousCommitWarning": false,
    "suppressCommitNotFoundWarning": false,
    @@ -21,10 +31,14 @@
    "suppressUpdateNotice": false,
    "suppressWelcomeNotice": true
    },
    "explorer.confirmDelete": false,
    "gitlens.keymap": "chorded",

    "files.exclude": {
    "node_modules/": true,
    "deploy/": true
    "**/.git": true,
    "**/.svn": true,
    "**/.hg": true,
    "**/CVS": true,
    "**/.DS_Store": true,
    "**/deploy/*": true
    }
    }
  4. TomCahill created this gist May 8, 2018.
    30 changes: 30 additions & 0 deletions vscode.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,30 @@
    // Place your settings in this file to overwrite the default settings
    {
    "editor.fontSize": 13,
    "editor.tabSize": 2,
    "editor.cursorStyle": "block",
    "explorer.openEditors.visible": 0,
    "window.openFoldersInNewWindow": "on",
    "window.restoreWindows": "all",
    "workbench.startupEditor": "none",
    "window.zoomLevel": 0,
    "explorer.confirmDragAndDrop": false,
    "gitlens.advanced.messages": {
    "suppressCommitHasNoPreviousCommitWarning": false,
    "suppressCommitNotFoundWarning": false,
    "suppressFileNotUnderSourceControlWarning": false,
    "suppressGitVersionWarning": false,
    "suppressLineUncommittedWarning": false,
    "suppressNoRepositoryWarning": false,
    "suppressResultsExplorerNotice": false,
    "suppressShowKeyBindingsNotice": true,
    "suppressUpdateNotice": false,
    "suppressWelcomeNotice": true
    },
    "explorer.confirmDelete": false,
    "gitlens.keymap": "chorded",
    "files.exclude": {
    "node_modules/": true,
    "deploy/": true
    }
    }