| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213 |
- {
- "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,
- "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.notificationClassByParser": {
- "code": "information"
- },
- "spellright.languageContext": {
- "strings": [ "en-US" ],
- "comments": [ "en-GB" ]
- },
- "errorLens.enabledDiagnosticLevels": ["error"],
- "gitTreeCompare.diffMode": "full",
- "vscodeWorkspaceSwitcher.showInExplorer": true,
- "vscodeWorkspaceSwitcher.showInActivityBar": false,
- "terminal.explorerKind": "external",
- "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",
- "emmet.triggerExpansionOnTab": true,
- "merge-conflict.autoNavigateNextConflict.enabled": true,
- "search.usePCRE2": true,
- "editor.gotoLocation.multiple": "goto",
- "nasc-touchbar.togglePanel": false,
- "nasc-touchbar.addCursorBelow": false,
- "diffEditor.originalEditable": true,
- "emmet.showSuggestionsAsSnippets": true,
- "editor.snippetSuggestions": "bottom"
- }
|