mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2025-04-20 00:20:01 +02:00
updating vscode settings
This commit is contained in:
parent
5386f06a43
commit
55bd09a759
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
@ -1,7 +1,4 @@
|
|||||||
{
|
{
|
||||||
// Use IntelliSense to learn about possible attributes.
|
|
||||||
// Hover to view descriptions of existing attributes.
|
|
||||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
|
11
.vscode/settings.json
vendored
11
.vscode/settings.json
vendored
@ -9,7 +9,6 @@
|
|||||||
"editor.rulers": [
|
"editor.rulers": [
|
||||||
88
|
88
|
||||||
],
|
],
|
||||||
"python.defaultInterpreterPath": ".venv/bin/python",
|
|
||||||
"python.formatting.provider": "black",
|
"python.formatting.provider": "black",
|
||||||
"python.linting.lintOnSave": true,
|
"python.linting.lintOnSave": true,
|
||||||
"python.linting.enabled": true,
|
"python.linting.enabled": true,
|
||||||
@ -25,15 +24,5 @@
|
|||||||
"[yaml]": {
|
"[yaml]": {
|
||||||
"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