From fd7a11abf345c7add80ac68f9fbb173bd6b221eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Knud=20Schr=C3=B8der?= <37827873+dk98174003@users.noreply.github.com> Date: Wed, 10 Dec 2025 12:26:01 +0100 Subject: [PATCH] Delete LinuxMint/MeshtasticClient.code-workspace --- LinuxMint/MeshtasticClient.code-workspace | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 LinuxMint/MeshtasticClient.code-workspace 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}" - } - } -}