mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2025-06-05 20:20:41 +02:00
adding typescript config for vscode
This commit is contained in:
parent
798880ba20
commit
32b64123b4
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
@ -26,4 +26,14 @@
|
|||||||
"editor.tabSize": 2,
|
"editor.tabSize": 2,
|
||||||
"editor.detectIndentation": false
|
"editor.detectIndentation": false
|
||||||
},
|
},
|
||||||
|
"[typescript,javascript,vue]": {
|
||||||
|
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint",
|
||||||
|
"editor.formatOnPaste": false, // required
|
||||||
|
"editor.formatOnType": false, // required
|
||||||
|
"editor.formatOnSave": true, // optional
|
||||||
|
"editor.formatOnSaveMode": "file", // required to format on save
|
||||||
|
"editor.codeActionsOnSave": {
|
||||||
|
"source.fixAll.eslint": true
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user