mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-07-22 14:11:41 +00:00
embracing devcontainers
This commit is contained in:
20
.vscode/settings.json
vendored
Normal file
20
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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",
|
||||
},
|
||||
"workbench.colorTheme": "One Dark Pro",
|
||||
"explorer.confirmDelete": false,
|
||||
"editor.fontFamily": "JetBrains Mono",
|
||||
"editor.letterSpacing": 1.2,
|
||||
"editor.fontLigatures": true,
|
||||
"editor.wordWrap": "on",
|
||||
"python.formatting.provider": "black",
|
||||
"python.showStartPage": false,
|
||||
"editor.fontSize": 13,
|
||||
}
|
Reference in New Issue
Block a user