chore: update vscode config
This commit is contained in:
parent
8b177f4d6f
commit
c99c687a53
2 changed files with 18 additions and 1 deletions
3
.vscode/extensions.json
vendored
Normal file
3
.vscode/extensions.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"recommendations": ["esbenp.prettier-vscode", "ms-python.black-formatter"]
|
||||
}
|
16
.vscode/settings.json
vendored
16
.vscode/settings.json
vendored
|
@ -15,5 +15,19 @@
|
|||
"svgs",
|
||||
"vaxei"
|
||||
],
|
||||
"python.linting.mypyEnabled": true
|
||||
|
||||
"editor.formatOnSave": true,
|
||||
|
||||
"[markdown]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"[json]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"[jsonc]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"[python]": {
|
||||
"editor.defaultFormatter": "ms-python.black-formatter"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue