Last active
December 26, 2018 18:43
-
-
Save TomCahill/3447179363198a0182d73c497d256298 to your computer and use it in GitHub Desktop.
Revisions
-
TomCahill revised this gist
Dec 26, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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, -
TomCahill revised this gist
Dec 26, 2018 . 1 changed file with 7 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,3 @@ { "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 }, "files.exclude": { "**/.git": true, -
TomCahill revised this gist
May 11, 2018 . 1 changed file with 18 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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", "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 }, "gitlens.keymap": "chorded", "files.exclude": { "**/.git": true, "**/.svn": true, "**/.hg": true, "**/CVS": true, "**/.DS_Store": true, "**/deploy/*": true } } -
TomCahill created this gist
May 8, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 } }