fix
This commit is contained in:
@@ -17,6 +17,19 @@
|
||||
"github.gitAuthentication": false,
|
||||
"extensions.ignoreRecommendations": true,
|
||||
"chat.disableAIFeatures": true,
|
||||
"files.watcherExclude": {
|
||||
"**/node_modules/**": true,
|
||||
"**/.git/**": true,
|
||||
"**/.gitlab/**": true,
|
||||
"**/.ci/**": true,
|
||||
"**/venv/**": true,
|
||||
"**/__pycache__/**": true,
|
||||
},
|
||||
"editor.largeFileOptimizations": true,
|
||||
"git.autorefresh": false,
|
||||
"workbench.editor.enablePreview": false,
|
||||
"editor.formatOnSave": true,
|
||||
"git.autofetch": true,
|
||||
// ----------------------- Настройки VScode(Конец)
|
||||
//----------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
// ----------------------- Оформление рабочего пространства (Начало)
|
||||
@@ -32,7 +45,6 @@
|
||||
"workbench.colorTheme": "GitHub Dark Colorblind (Beta)",
|
||||
"editor.defaultFormatter": "rust-lang.rust-analyzer",
|
||||
"editor.fontSize": 15,
|
||||
"editor.formatOnSave": true,
|
||||
"window.commandCenter": false,
|
||||
"workbench.layoutControl.enabled": false,
|
||||
"editor.minimap.enabled": false,
|
||||
|
||||
Reference in New Issue
Block a user