Tweak non-extension settings
/ lint (push) Failing after 1m34s Details

This commit is contained in:
Jake Howard 2023-07-25 12:19:44 +01:00
parent 336eaf301e
commit 9c1ad2bf05
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 12 additions and 1 deletions

View File

@ -65,5 +65,16 @@
"rust-analyzer.inlayHints.parameterHints.enable": false,
"rust-analyzer.inlayHints.typeHints.enable": false,
"workbench.preferredDarkColorTheme": "Darcula",
"workbench.preferredLightColorTheme": "Visual Studio Light"
"workbench.preferredLightColorTheme": "Visual Studio Light",
"workbench.tree.indent": 6,
"workbench.editor.closeOnFileDelete": true,
"zenMode.hideTabs": false,
"zenMode.hideLineNumbers": false,
"explorer.autoRevealExclude": {
"**/bower_components": false,
"**/node_modules": false
},
"search.useGlobalIgnoreFiles": true,
"search.useParentIgnoreFiles": true,
"remote.downloadExtensionsLocally": true
}