upload new version

This commit is contained in:
yaronzz
2021-05-25 10:57:53 +08:00
parent 96a2c10548
commit 99e2039e1e
7 changed files with 20 additions and 14 deletions
+2 -2
View File
@@ -53,11 +53,11 @@
"name": "Python: gui",
"type": "python",
"request": "launch",
"program": "${workspaceRoot}/TIDALDL-PY/tidal_gui/__init__.py",
"program": "${workspaceRoot}/TIDALDL-GUI/tidal_gui/__init__.py",
"console": "integratedTerminal",
// "python": "python3",
"env": {
"PYTHONPATH": "${workspaceRoot}/TIDALDL-PY/"
"PYTHONPATH": "${workspaceRoot}/TIDALDL-GUI/"
},
"justMyCode": false