More stuff

This commit is contained in:
2026-05-26 16:58:29 -04:00
parent 493ae99d90
commit f8fca90c6f
8 changed files with 94 additions and 7 deletions

View File

@@ -15,7 +15,7 @@
"editor.hover.delay": 1000,
"editor.hover.sticky": false,
"editor.fontFamily": "Cousine",
"workbench.colorTheme": "Default Light Modern",
"workbench.colorTheme": "Light Modern",
"editor.autoClosingBrackets": "never",
"editor.autoClosingOvertype": "never",
"editor.autoClosingComments": "never",
@@ -27,5 +27,13 @@
"editor.suggest.filterGraceful": false,
"extensions.ignoreRecommendations": true,
"diffEditor.renderSideBySide": false
"editor.inlineSuggest.suppressSuggestions": true,
"editor.quickSuggestions": {
"comments": "off",
"strings": "off",
"other": "off"
},
"editor.parameterHints.enabled": false,
"editor.suggestOnTriggerCharacters": false
}