VScode: add environment for debugging
This commit is contained in:
parent
8a0318b656
commit
ae4cfa3a6d
10
.vscode/launch.json
vendored
10
.vscode/launch.json
vendored
@ -1,7 +1,4 @@
|
||||
{
|
||||
// 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": [
|
||||
{
|
||||
@ -13,7 +10,10 @@
|
||||
"args": [
|
||||
"/home/tkl/Nextcloud/Bicycle",
|
||||
"${workspaceFolder}"
|
||||
]
|
||||
],
|
||||
"env": {
|
||||
"PYTHONPATH": "${workspaceFolder}"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user