{ "window.zoomLevel": 0, "editor.fontFamily": "Inconsolata-g, Menlo, Monaco, 'Courier New', monospace", "editor.fontSize": 12, "editor.tabSize": 2, "editor.renderWhitespace": "boundary", "editor.rulers": [ 80, 100 ], "files.autoSave": "off", "editor.minimap.enabled": true, "editor.minimap.maxColumn": 40, // unsupported, but works: "editor.scrollbar.verticalScrollbarSize": 5, "editor.renderIndentGuides": true, "typescript.check.npmIsInstalled": false, "javascript.validate.enable": true, "git.countBadge": "tracked", "window.newWindowDimensions": "inherit", "workbench.editor.tabCloseButton": "off", "files.trimTrailingWhitespace": true, "window.titleBarStyle": "custom", "git.confirmSync": false, "workbench.sideBar.location": "right", "files.insertFinalNewline": true, "window.title": "${rootName}${separator}${activeEditorMedium} ${dirty}", "editor.multiCursorModifier": "ctrlCmd", "workbench.startupEditor": "none", "workbench.activityBar.visible": true, "files.associations": { "*.js": "javascriptreact", "*.svg": "xml" }, "[ruby]": { "editor.wordWrap": "on" }, // "editor.glyphMargin": false, "editor.snippetSuggestions": "top", "search.useIgnoreFiles": true, "explorer.confirmDelete": false, "problems.decorations.enabled": true, "explorer.decorations.colors": true, "editor.lineNumbers": "interval", "gitlens.blame.format": "${sha|20?} ${ago|12-}", "gitlens.codeLens.scopes": [ "document", "containers", "blocks" ], "gitlens.codeLens.symbolScopes": [ "Function" ], "diffEditor.ignoreTrimWhitespace": true, "gitlens.hovers.currentLine.over": "line", "gitlens.blame.highlight.locations": [ "line", "overview" ], "vscodeWorkspaceSwitcher.paths": [ "~/Documents/chillidonut/**/", "~/Documents/repos/**/" ], "workbench.colorTheme": "Night Owl", // or Dark+ (contrast) "workbench.colorCustomizations": { "[Dark+ (contrast)]": { "activityBar.background": "#000000", "sideBar.background": "#050505", "sideBar.border": "#333", "editorGroup.emptyBackground": "#151515", "editorGroupHeader.tabsBackground": "#151515", "editorCodeLens.foreground": "#666", "editorRuler.foreground": "#151515", "editorWidget.background": "#151515", "editorWidget.border": "#666", "editor.lineHighlightBorder": "#151515", "titleBar.border": "#333333", // "statusBar.background": "#334455", "editorIndentGuide.activeBackground": "#555555" }, }, "bookmarks.navigateThroughAllFiles": true, "debug.openExplorerOnEnd": true, "scm.diffDecorationsGutterWidth": 2, "workbench.statusBar.feedback.visible": false, "gitTreeCompare.iconsMinimal": true, "gitlens.codeLens.recentChange.command": "gitlens.diffWithPrevious", "gitlens.heatmap.toggleMode": "window", "gitlens.hovers.annotations.over": "annotation", "gitlens.recentChanges.highlight.locations": [ "line", "overview" ], "gitlens.hovers.annotations.changes": false, "gitlens.hovers.currentLine.details": false, "gitlens.recentChanges.toggleMode": "window", "gitlens.statusBar.alignment": "left", "gitlens.statusBar.format": "${ago}: \"${message}\"", "editor.find.seedSearchStringFromSelection": false, "gitlens.statusBar.reduceFlicker": true, "git.enableSmartCommit": true, "git.defaultCloneDirectory": "/Users/tom/Documents/repos", "terminal.external.osxExec": "/Applications/iTerm.app/Contents/MacOS/iTerm2", "editor.matchBrackets": false, "extensions.ignoreRecommendations": true, "workbench.editor.showTabs": true, "versionlens.showVersionLensesAtStartup": false, "npm.enableScriptExplorer": true, "emojisense.languages": { "markdown": true, "plaintext": { "markupCompletionsEnabled": false, "emojiDecoratorsEnabled": false }, "git-commit": true, "todo": true, }, "gitlens.menus": { "editor": { "blame": true, "clipboard": true, "compare": false, "details": true, "history": true, "remote": true }, "editorGroup": { "blame": true, "compare": false, "history": true, "remote": true }, "editorTab": { "compare": false, "history": true, "remote": true }, "explorer": { "compare": false, "history": true, "remote": false } }, "gitlens.settings.mode": "advanced", "gitlens.currentLine.format": "${agoOrDate} • ${id} • ${message}", "gitlens.blame.avatars": false, "gitlens.currentLine.enabled": false, "gitlens.blame.ignoreWhitespace": true, "extensions.showRecommendationsOnlyOnDemand": true, "prettier.requireConfig": true, "javascript.updateImportsOnFileMove.enabled": "always", "search.smartCase": true, "search.location": "panel", "breadcrumbs.enabled": true, "explorer.confirmDragAndDrop": false, "macros": { "autoFixAll": [ "tslint.fixAllProblems", "eslint.executeAutofix", ] }, "typescript.updateImportsOnFileMove.enabled": "always", "workbench.statusBar.visible": true, "git.detectSubmodules": false, "workbench.editor.highlightModifiedTabs": true, "gitlens.views.repositories.branches.layout": "list", "gitlens.views.fileHistory.enabled": false, "gitlens.views.lineHistory.enabled": false, "gitlens.views.compare.files.layout": "auto", "gitlens.views.search.files.layout": "auto", "diffEditor.renderSideBySide": true, "yaml.schemas": { "none": "pipeline.yaml" }, "editor.smoothScrolling": true, "typescript.suggest.completeFunctionCalls": true, "javascript.suggest.completeFunctionCalls": true, "terminal.integrated.copyOnSelection": true, "gitlens.views.compare.avatars": false, "gitlens.views.repositories.avatars": false, "gitlens.views.search.avatars": false, "editor.minimap.renderCharacters": false, "errorLens.addAnnotationTextPrefixes": false, "editor.suggestSelection": "first", "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", "bracket-pair-colorizer-2.highlightActiveScope": true, "spellright.groupDictionaries": false, // "spellright.documentTypes": [ // "typescript", // "typescriptreact" // ], "spellright.notificationClassByParser": { "code": "information" }, "spellright.languageContext": { "strings": [ "en-US" ], "comments": [ "en-GB" ] }, "errorLens.enabledDiagnosticLevels": ["error"], "gitTreeCompare.diffMode": "full", "[typescriptreact]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "vscodeWorkspaceSwitcher.showInExplorer": true, "[javascriptreact]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "vscodeWorkspaceSwitcher.showInActivityBar": false, "terminal.explorerKind": "external", "[html]": { "editor.defaultFormatter": "vscode.html-language-features" }, "gitlens.views.repositories.location": "gitlens", "gitlens.views.fileHistory.location": "gitlens", "gitlens.views.lineHistory.location": "gitlens", "gitlens.views.compare.location": "gitlens", "gitlens.views.search.location": "gitlens", "[typescript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "[jsonc]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, // VERY TEMPORARY "typescript.tsdk": "/Users/tom/Documents/scratch/npm_typescript/node_modules/typescript/lib" }