More stuff
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user