Skip to content
Snippets Groups Projects
Commit d8c9f3c8 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

update paths in launch.json

parent 116d35db
Branches master
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
"name": "Python: upload",
"type": "python",
"request": "launch",
"program": "main.py",
"program": "nctool/main.py",
"console": "integratedTerminal",
"justMyCode": true,
"args": [
......@@ -27,7 +27,7 @@
"name": "Python: upload public link",
"type": "python",
"request": "launch",
"program": "main.py",
"program": "nctool/main.py",
"console": "integratedTerminal",
"justMyCode": true,
"args": [
......@@ -44,7 +44,7 @@
"name": "Python: download",
"type": "python",
"request": "launch",
"program": "main.py",
"program": "nctool/main.py",
"console": "integratedTerminal",
"justMyCode": true,
"args": [
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment