Skip to content

Instantly share code, notes, and snippets.

@bencoveney
Last active January 25, 2021 13:31
Show Gist options
  • Save bencoveney/e7d148b959fa5f18283527f4ab1b93bc to your computer and use it in GitHub Desktop.
Save bencoveney/e7d148b959fa5f18283527f4ab1b93bc to your computer and use it in GitHub Desktop.
VSCode settings
{
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"partialDiff.enableTelemetry": false,
"gitlens.advanced.telemetry.enabled": false,
"diffEditor.ignoreTrimWhitespace": false,
"diffEditor.renderIndicators": false,
"diffEditor.renderSideBySide": true,
"editor.acceptSuggestionOnCommitCharacter": true,
"editor.acceptSuggestionOnEnter": "on",
"editor.accessibilitySupport": "off",
"editor.autoClosingBrackets": true,
"editor.autoIndent": true,
"editor.codeLens": true,
"editor.colorDecorators": true,
"editor.cursorBlinking": "smooth",
"editor.cursorStyle": "line",
"editor.cursorWidth": 0,
"editor.detectIndentation": true,
"editor.dragAndDrop": true,
"editor.emptySelectionClipboard": true,
"editor.find.autoFindInSelection": false,
"editor.find.seedSearchStringFromSelection": true,
"editor.folding": false,
"editor.fontLigatures": false,
"editor.fontSize": 16,
"editor.fontWeight": "400",
"editor.formatOnPaste": false,
"editor.formatOnSave": false,
"editor.formatOnType": false,
"editor.glyphMargin": true,
"editor.hideCursorInOverviewRuler": false,
"editor.insertSpaces": false,
"editor.letterSpacing": 0,
"editor.lightbulb.enabled": true,
"editor.lineHeight": 0,
"editor.lineNumbers": "on",
"editor.links": true,
"editor.matchBrackets": true,
"editor.minimap.enabled": false,
"editor.minimap.maxColumn": 120,
"editor.minimap.renderCharacters": false,
"editor.minimap.showSlider": "mouseover",
"editor.minimap.side": "right",
"editor.mouseWheelScrollSensitivity": 1,
"editor.mouseWheelZoom": false,
"editor.multiCursorModifier": "alt",
"editor.occurrencesHighlight": true,
"editor.overviewRulerBorder": false,
"editor.overviewRulerLanes": 3,
"editor.parameterHints": true,
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": false
},
"editor.quickSuggestionsDelay": 10,
"editor.renderControlCharacters": false,
"editor.renderIndentGuides": true,
"editor.renderLineHighlight": "line",
"editor.renderWhitespace": "boundary",
"editor.roundedSelection": false,
"editor.scrollBeyondLastLine": true,
"editor.selectionHighlight": true,
"editor.showFoldingControls": "mouseover",
"editor.smoothScrolling": false,
"editor.snippetSuggestions": "inline",
"editor.stablePeek": false,
"editor.suggestFontSize": 0,
"editor.suggestLineHeight": 0,
"editor.rulers": [],
"editor.tabSize": 2,
"editor.tokenColorCustomizations": {},
"editor.trimAutoWhitespace": true,
"editor.useTabStops": true,
"editor.wordBasedSuggestions": true,
"editor.wordSeparators": "`~!@#$%^&*()-=+[{]}\\|;:'\",.<>/?",
"editor.wordWrap": "off",
"editor.wordWrapColumn": 80,
"editor.wrappingIndent": "same",
"scm.alwaysShowProviders": false,
"scm.diffDecorations": "all",
"workbench.activityBar.visible": true,
"workbench.colorCustomizations": {},
"workbench.colorTheme": "Gruvbox Dark (Medium)",
"workbench.commandPalette.history": 50,
"workbench.commandPalette.preserveInput": false,
"workbench.editor.closeOnFileDelete": true,
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editor.labelFormat": "default",
"workbench.editor.openPositioning": "right",
"workbench.editor.revealIfOpen": true,
"workbench.editor.showIcons": true,
"workbench.editor.showTabs": true,
"workbench.editor.tabCloseButton": "off",
"workbench.editor.tabSizing": "fit",
"workbench.iconTheme": "vs-seti",
"workbench.list.multiSelectModifier": "ctrlCmd",
"workbench.list.openMode": "singleClick",
"workbench.panel.defaultLocation": "bottom",
"workbench.quickOpen.closeOnFocusLost": true,
"workbench.settings.enableNaturalLanguageSearch": true,
"workbench.settings.openDefaultSettings": true,
"workbench.sideBar.location": "right",
"workbench.startupEditor": "newUntitledFile",
"workbench.statusBar.feedback.visible": false,
"workbench.statusBar.visible": true,
"workbench.tips.enabled": true,
"window.closeWhenEmpty": false,
"window.enableMenuBarMnemonics": true,
"window.menuBarVisibility": "toggle",
"window.newWindowDimensions": "default",
"window.openFilesInNewWindow": "off",
"window.openFoldersInNewWindow": "default",
"window.restoreFullscreen": false,
"window.restoreWindows": "one",
"window.title": "${dirty}${activeEditorMedium}${separator}${rootName}",
"window.zoomLevel": 0,
"files.associations": {},
"files.autoGuessEncoding": false,
"files.autoSave": "off",
"files.autoSaveDelay": 1000,
"files.defaultLanguage": "",
"files.encoding": "utf8",
"files.eol": "\r\n",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true
},
"files.hotExit": "onExit",
"files.insertFinalNewline": false,
"files.trimFinalNewlines": false,
"files.trimTrailingWhitespace": true,
"files.useExperimentalFileWatcher": false,
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/*/**": true
},
"zenMode.centerLayout": true,
"zenMode.fullScreen": true,
"zenMode.hideActivityBar": true,
"zenMode.hideStatusBar": true,
"zenMode.hideTabs": true,
"zenMode.restore": false,
"explorer.autoReveal": true,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"explorer.decorations.badges": true,
"explorer.decorations.colors": true,
"explorer.enableDragAndDrop": true,
"explorer.openEditors.visible": 0,
"explorer.sortOrder": "default",
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true
},
"search.followSymlinks": true,
"search.quickOpen.includeSymbols": false,
"search.smartCase": false,
"search.useIgnoreFiles": true,
"search.useRipgrep": true,
"search.usePCRE2": true,
"http.proxy": "",
"http.proxyAuthorization": null,
"http.proxyStrictSSL": true,
"update.channel": "default",
"update.enableWindowsBackgroundUpdates": false,
"debug.allowBreakpointsEverywhere": false,
"debug.hideActionBar": false,
"debug.inlineValues": false,
"debug.internalConsoleOptions": "neverOpen",
"debug.openDebug": "neverOpen",
"debug.openExplorerOnEnd": false,
"debug.showInStatusBar": "onFirstSessionStart",
"launch": {
"configurations": [],
"compounds": []
},
"html.autoClosingTags": true,
"html.experimental.syntaxFolding": false,
"html.format.contentUnformatted": "pre,code,textarea",
"html.format.enable": true,
"html.format.endWithNewline": false,
"html.format.extraLiners": "",
"html.format.indentHandlebars": false,
"html.format.indentInnerHtml": true,
"html.format.maxPreserveNewLines": null,
"html.format.preserveNewLines": true,
"html.format.unformatted": "wbr",
"html.format.wrapAttributes": "auto",
"html.format.wrapLineLength": 120,
"html.suggest.angular1": false,
"html.suggest.html5": true,
"html.suggest.ionic": false,
"html.trace.server": "off",
"html.validate.scripts": true,
"html.validate.styles": true,
"json.experimental.syntaxFolding": false,
"json.format.enable": true,
"json.schemas": [],
"json.trace.server": "off",
"markdown.preview.breaks": false,
"markdown.preview.doubleClickToSwitchToEditor": true,
"markdown.preview.fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', 'HelveticaNeue-Light', 'Ubuntu', 'Droid Sans', sans-serif",
"markdown.preview.fontSize": 16,
"markdown.preview.lineHeight": 1.6,
"markdown.preview.linkify": true,
"markdown.preview.markEditorSelection": true,
"markdown.preview.scrollEditorWithPreview": true,
"markdown.preview.scrollPreviewWithEditor": true,
"markdown.previewFrontMatter": "hide",
"markdown.styles": [],
"markdown.trace": "off",
"php.suggest.basic": true,
"php.validate.enable": true,
"php.validate.executablePath": null,
"php.validate.run": "onSave",
"sync.gist": "fc66c4442a2e251cbb35cd8426359fa4",
"sync.lastUpload": "2017-02-28T14:26:15.499Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"material-icon-theme.showUpdateMessage": false,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": true,
"suppressShowKeyBindingsNotice": true,
"suppressUpdateNotice": true,
"suppressWelcomeNotice": true
},
"gitlens.keymap": "alternate",
"git.enableSmartCommit": true,
"gitlens.historyExplorer.enabled": true,
"vsnotes.defaultNotePath": "/Users/bcoveney/notes",
"typescript.updateImportsOnFileMove.enabled": "always",
"cSpell.userWords": [
"backend",
"playhead"
],
"todohighlight.keywords": [
{
"text": "TODO:",
"backgroundColor": "#4848db",
"overviewRulerColor": "#4848db",
"color": "white",
"isWholeLine": false
}
],
"gitlens.views.fileHistory.enabled": true,
"gitlens.views.lineHistory.enabled": true,
"typescript.tsserver.log": "verbose",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment