Delete LinuxMint/MeshtasticClient.code-workspace

This commit is contained in:
Knud Schrøder
2025-12-10 12:26:01 +01:00
committed by GitHub
parent 1534588fc3
commit fd7a11abf3

View File

@@ -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}"
}
}
}