diff --git a/.vscode/.gitignore b/.vscode/.gitignore deleted file mode 100644 index 55cf735..0000000 --- a/.vscode/.gitignore +++ /dev/null @@ -1 +0,0 @@ -tags \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index aa3de90..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - // 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": [ - { - "name": "Python: Current File", - "type": "python", - "request": "launch", - "program": "${file}", - "pythonPath": "${config:python.pythonPath}" - }, - { - "name": "Python: Terminal (integrated)", - "type": "python", - "request": "launch", - "program": "${file}", - "console": "integratedTerminal", - "pythonPath": "${config:python.pythonPath}" - } - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 0467ce7..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "python.venvPath": "${workspaceFolder}/ENV", - "[python]": { - "editor.formatOnSave": true - }, - "python.pythonPath": "${workspaceFolder}/ENV/bin/python" -}