Обновить Python/settings.json
This commit is contained in:
@@ -63,6 +63,8 @@
|
|||||||
"workbench.startupEditor": "none",
|
"workbench.startupEditor": "none",
|
||||||
"chat.commandCenter.enabled": false,
|
"chat.commandCenter.enabled": false,
|
||||||
"explorer.confirmDelete": false,
|
"explorer.confirmDelete": false,
|
||||||
|
"git.enableSmartCommit": true,
|
||||||
|
"git.confirmSync": false,
|
||||||
// ----------------------- Настройки VScode(Конец)
|
// ----------------------- Настройки VScode(Конец)
|
||||||
//----------------------------------------------------------------------------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
// ----------------------- Оформление рабочего пространства (Начало)
|
// ----------------------- Оформление рабочего пространства (Начало)
|
||||||
@@ -122,7 +124,7 @@
|
|||||||
},
|
},
|
||||||
"python.analysis.autoImportCompletions": true,
|
"python.analysis.autoImportCompletions": true,
|
||||||
"python.analysis.typeCheckingMode": "off",
|
"python.analysis.typeCheckingMode": "off",
|
||||||
"python.terminal.activateEnvironment": true
|
"python.terminal.activateEnvironment": true,
|
||||||
// ----------------------- Настройки языков (Конец)
|
// ----------------------- Настройки языков (Конец)
|
||||||
//----------------------------------------------------------------------------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user