mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-20 08:20:02 +02:00
updates vscode folder
This commit is contained in:
parent
eb0c819037
commit
246148f513
7
.vscode/extensions.json
vendored
Normal file
7
.vscode/extensions.json
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"charliermarsh.ruff",
|
||||||
|
"ms-python.python",
|
||||||
|
"ms-python.vscode-pylance"
|
||||||
|
]
|
||||||
|
}
|
18
.vscode/settings.json
vendored
18
.vscode/settings.json
vendored
@ -1,18 +1,15 @@
|
|||||||
{
|
{
|
||||||
"autoDocstring.docstringFormat": "google",
|
|
||||||
"autoDocstring.startOnNewLine": true,
|
|
||||||
"autoDocstring.generateDocstringOnEnter": true,
|
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
|
"[python]": {
|
||||||
|
"editor.defaultFormatter": "charliermarsh.ruff",
|
||||||
"editor.rulers": [
|
"editor.rulers": [
|
||||||
88
|
88
|
||||||
],
|
],
|
||||||
"python.defaultInterpreterPath": ".venv/bin/python",
|
|
||||||
"[python]": {
|
|
||||||
"editor.defaultFormatter": "ms-python.black-formatter",
|
|
||||||
"editor.tabSize": 4,
|
"editor.tabSize": 4,
|
||||||
"editor.detectIndentation": false,
|
"editor.detectIndentation": false,
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.organizeImports": true
|
"source.organizeImports": true,
|
||||||
|
"source.fixAll": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"[yaml]": {
|
"[yaml]": {
|
||||||
@ -22,10 +19,9 @@
|
|||||||
"[typescript][javascript][vue][typescriptreact]": {
|
"[typescript][javascript][vue][typescriptreact]": {
|
||||||
"editor.tabSize": 2,
|
"editor.tabSize": 2,
|
||||||
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint",
|
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint",
|
||||||
"editor.formatOnPaste": false, // required
|
"editor.formatOnPaste": false,
|
||||||
"editor.formatOnType": false, // required
|
"editor.formatOnType": false,
|
||||||
"editor.formatOnSave": true, // optional
|
"editor.formatOnSaveMode": "file",
|
||||||
"editor.formatOnSaveMode": "file", // required to format on save
|
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.fixAll.eslint": true
|
"source.fixAll.eslint": true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user