This commit is contained in:
2025-10-27 23:37:49 +03:00
parent 56f4c1f763
commit 3c6d14b889
2 changed files with 26 additions and 2 deletions

View File

@@ -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,