updating vscode settings

This commit is contained in:
Mose Mueller 2023-10-09 09:32:44 +02:00
parent 5386f06a43
commit 55bd09a759
2 changed files with 1 additions and 15 deletions

3
.vscode/launch.json vendored
View File

@ -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",
"configurations": [
{

11
.vscode/settings.json vendored
View File

@ -9,7 +9,6 @@
"editor.rulers": [
88
],
"python.defaultInterpreterPath": ".venv/bin/python",
"python.formatting.provider": "black",
"python.linting.lintOnSave": true,
"python.linting.enabled": true,
@ -25,15 +24,5 @@
"[yaml]": {
"editor.tabSize": 2,
"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
}
}
}