mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 15:17:28 +00:00
13 lines
423 B
JSON
13 lines
423 B
JSON
{
|
|
"workbench.iconTheme": "vscode-icons",
|
|
"editor.suggestSelection": "first",
|
|
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
|
|
"python.languageServer": "Pylance",
|
|
"git.autofetch": true,
|
|
"editor.formatOnSave": true,
|
|
"files.associations": {
|
|
"DockerDev": "dockerfile",
|
|
},
|
|
"python.formatting.provider": "black",
|
|
"python.showStartPage": false,
|
|
} |