fix
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user