|
@@ -8,13 +8,16 @@
|
|
|
"customizations": {
|
|
|
"vscode": {
|
|
|
"extensions": [
|
|
|
- "ms-python.vscode-pylance",
|
|
|
- "ms-python.python",
|
|
|
+ "cschleiden.vscode-github-actions",
|
|
|
"esbenp.prettier-vscode",
|
|
|
"littlefoxteam.vscode-python-test-adapter",
|
|
|
- "cschleiden.vscode-github-actions",
|
|
|
- "samuelcolvin.jinjahtml",
|
|
|
+ "ms-python.autopep8",
|
|
|
"ms-python.isort",
|
|
|
+ "ms-python.mypy-type-checker",
|
|
|
+ "ms-python.pylint",
|
|
|
+ "ms-python.python",
|
|
|
+ "ms-python.vscode-pylance",
|
|
|
+ "samuelcolvin.jinjahtml",
|
|
|
"Vue.volar"
|
|
|
],
|
|
|
"settings": {
|