diff --git a/.vscode/launch.json b/.vscode/launch.json index 4073fba..eff3bcc 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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": [ { @@ -12,4 +9,4 @@ "justMyCode": false } ] -} \ No newline at end of file +} diff --git a/.vscode/settings.json b/.vscode/settings.json index d4f5979..e87e898 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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 - } } }