This commit is contained in:
parent
336eaf301e
commit
9c1ad2bf05
1 changed files with 12 additions and 1 deletions
|
@ -65,5 +65,16 @@
|
||||||
"rust-analyzer.inlayHints.parameterHints.enable": false,
|
"rust-analyzer.inlayHints.parameterHints.enable": false,
|
||||||
"rust-analyzer.inlayHints.typeHints.enable": false,
|
"rust-analyzer.inlayHints.typeHints.enable": false,
|
||||||
"workbench.preferredDarkColorTheme": "Darcula",
|
"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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue