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, "github.gitAuthentication": false,
"extensions.ignoreRecommendations": true, "extensions.ignoreRecommendations": true,
"chat.disableAIFeatures": 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(Конец) // ----------------------- Настройки VScode(Конец)
//---------------------------------------------------------------------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------------------------------------------------------------------
// ----------------------- Оформление рабочего пространства (Начало) // ----------------------- Оформление рабочего пространства (Начало)
@@ -32,7 +45,6 @@
"workbench.colorTheme": "GitHub Dark Colorblind (Beta)", "workbench.colorTheme": "GitHub Dark Colorblind (Beta)",
"editor.defaultFormatter": "charliermarsh.ruff", "editor.defaultFormatter": "charliermarsh.ruff",
"editor.fontSize": 15, "editor.fontSize": 15,
"editor.formatOnSave": true,
"window.commandCenter": false, "window.commandCenter": false,
"workbench.layoutControl.enabled": false, "workbench.layoutControl.enabled": false,
"editor.minimap.enabled": false, "editor.minimap.enabled": false,

View File

@@ -17,6 +17,19 @@
"github.gitAuthentication": false, "github.gitAuthentication": false,
"extensions.ignoreRecommendations": true, "extensions.ignoreRecommendations": true,
"chat.disableAIFeatures": 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(Конец) // ----------------------- Настройки VScode(Конец)
//---------------------------------------------------------------------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------------------------------------------------------------------
// ----------------------- Оформление рабочего пространства (Начало) // ----------------------- Оформление рабочего пространства (Начало)
@@ -32,7 +45,6 @@
"workbench.colorTheme": "GitHub Dark Colorblind (Beta)", "workbench.colorTheme": "GitHub Dark Colorblind (Beta)",
"editor.defaultFormatter": "rust-lang.rust-analyzer", "editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.fontSize": 15, "editor.fontSize": 15,
"editor.formatOnSave": true,
"window.commandCenter": false, "window.commandCenter": false,
"workbench.layoutControl.enabled": false, "workbench.layoutControl.enabled": false,
"editor.minimap.enabled": false, "editor.minimap.enabled": false,