diff --git a/Python/settings.json b/Python/settings.json index d7a1e93..12cac10 100644 --- a/Python/settings.json +++ b/Python/settings.json @@ -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": "charliermarsh.ruff", "editor.fontSize": 15, - "editor.formatOnSave": true, "window.commandCenter": false, "workbench.layoutControl.enabled": false, "editor.minimap.enabled": false, diff --git a/Rust/settings.json b/Rust/settings.json index 1662065..ceac46a 100644 --- a/Rust/settings.json +++ b/Rust/settings.json @@ -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,