aboutsummaryrefslogtreecommitdiff
path: root/.config/Code/User/settings.json
diff options
context:
space:
mode:
authorkj_sh6042025-10-08 12:14:26 -0400
committerkj_sh6042025-10-08 12:14:26 -0400
commit54ae1383f6d1653a4421d4497885e09ea591b91f (patch)
tree607280d5eb05354c3c9b2b98d2f389c552829281 /.config/Code/User/settings.json
parent71346a2d1b5568ebe4dc9add75bc72574baf9fbd (diff)
refactor: remove unused/deprecated configs
Diffstat (limited to '.config/Code/User/settings.json')
-rw-r--r--.config/Code/User/settings.json18
1 files changed, 7 insertions, 11 deletions
diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json
index ed64b05..a986925 100644
--- a/.config/Code/User/settings.json
+++ b/.config/Code/User/settings.json
@@ -16,7 +16,7 @@
"editor.find.addExtraSpaceOnTop": false,
"editor.find.autoFindInSelection": "never",
"editor.folding": false,
- "editor.fontFamily": "'Roboto Mono' ,'Droid Sans Mono', 'monospace', monospace",
+ "editor.fontFamily": "'Roboto Mono', 'monospace', monospace",
"editor.fontLigatures": false,
"editor.fontWeight": "normal",
"editor.formatOnPaste": false,
@@ -42,9 +42,9 @@
"editor.overviewRulerBorder": false,
"editor.parameterHints.enabled": true,
"editor.quickSuggestions": {
- "other": "inline",
- "comments": false,
- "strings": false
+ "other": "on",
+ "comments": "off",
+ "strings": "off"
},
"editor.renderControlCharacters": false,
"editor.renderLineHighlight": "none",
@@ -145,9 +145,7 @@
}
]
},
- "editor.unusedVariables": "off",
- "editor.wordBasedSuggestions": "off",
- "editor.wordBasedSuggestionsMode": "currentDocument",
+ "editor.wordBasedSuggestions": "matchingDocuments",
"editor.wordWrap": "on",
"explorer.compactFolders": true,
"explorer.decorations.badges": true,
@@ -202,7 +200,6 @@
"json.maxItemsComputed": 5000,
"keyboard.dispatch": "keyCode",
"problems.decorations.enabled": true,
- "scm.decorations.enabled": true,
"search.collapseResults": "auto",
"search.exclude": {
"**/node_modules": true,
@@ -220,14 +217,13 @@
"**/.cache": true,
"**/target": true
},
- "search.globalFindClipboard": false,
"search.showLineNumbers": false,
"search.smartCase": true,
"telemetry.telemetryLevel": "off",
"terminal.integrated.cursorBlinking": false,
"terminal.integrated.drawBoldTextInBrightColors": false,
"terminal.integrated.fastScrollSensitivity": 5,
- "terminal.integrated.rendererType": "dom",
+ "terminal.integrated.gpuAcceleration": "off",
"terminal.integrated.smoothScrolling": false,
"typescript.disableAutomaticTypeAcquisition": true,
"typescript.preferences.includePackageJsonAutoImports": "off",
@@ -235,7 +231,7 @@
"typescript.suggest.includeCompletionsForModuleExports": false,
"typescript.surveys.enabled": false,
"typescript.workspaceSymbols.enabled": false,
- "update.enableWindowsBackgroundUpdates": false,
+ "update.mode": "none",
"update.showReleaseNotes": false,
"vim.cursorStylePerMode.insert": "line",
"vim.cursorStylePerMode.normal": "block",