diff --git a/LinuxMint/MeshtasticClient.code-workspace b/LinuxMint/MeshtasticClient.code-workspace deleted file mode 100644 index 990ca49..0000000 --- a/LinuxMint/MeshtasticClient.code-workspace +++ /dev/null @@ -1,17 +0,0 @@ -{ - "folders": [ - { - "path": "." - } - ], - "settings": { - "python.defaultInterpreterPath": "/home/knud/GIT/Meshtastic/Meshtastic_client/.venv/bin/python", - "python.interpreterPath": "/home/knud/GIT/Meshtastic/Meshtastic_client/.venv/bin/python", - "python.pythonPath": "/home/knud/GIT/Meshtastic/Meshtastic_client/.venv/bin/python", - "python.terminal.activateEnvironment": true, - "terminal.integrated.env.linux": { - "VIRTUAL_ENV": "${workspaceFolder}/.venv", - "PATH": "${workspaceFolder}/.venv/bin:${env:PATH}" - } - } -}