mirror of
https://github.com/dk98174003/Meshtastic-Client.git
synced 2026-03-28 17:32:36 +01:00
18 lines
558 B
Plaintext
18 lines
558 B
Plaintext
{
|
|
"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}"
|
|
}
|
|
}
|
|
}
|