mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-24 10:00:03 +02:00
updates VS Code settings.json
This commit is contained in:
parent
f67591c7ac
commit
a89db46d5e
11
.vscode/settings.json
vendored
11
.vscode/settings.json
vendored
@ -3,19 +3,12 @@
|
|||||||
"autoDocstring.startOnNewLine": true,
|
"autoDocstring.startOnNewLine": true,
|
||||||
"autoDocstring.generateDocstringOnEnter": true,
|
"autoDocstring.generateDocstringOnEnter": true,
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.codeActionsOnSave": {
|
|
||||||
"source.fixAll.eslint": true
|
|
||||||
},
|
|
||||||
"editor.rulers": [
|
"editor.rulers": [
|
||||||
88
|
88
|
||||||
],
|
],
|
||||||
"python.defaultInterpreterPath": ".venv/bin/python",
|
"python.defaultInterpreterPath": ".venv/bin/python",
|
||||||
"python.formatting.provider": "black",
|
|
||||||
"python.linting.lintOnSave": true,
|
|
||||||
"python.linting.enabled": true,
|
|
||||||
"python.linting.flake8Enabled": true,
|
|
||||||
"python.linting.mypyEnabled": true,
|
|
||||||
"[python]": {
|
"[python]": {
|
||||||
|
"editor.defaultFormatter": "ms-python.black-formatter",
|
||||||
"editor.tabSize": 4,
|
"editor.tabSize": 4,
|
||||||
"editor.detectIndentation": false,
|
"editor.detectIndentation": false,
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
@ -37,4 +30,4 @@
|
|||||||
"source.fixAll.eslint": true
|
"source.fixAll.eslint": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user