upload new version

This commit is contained in:
Yaronzz
2022-01-11 17:37:51 +08:00
parent dd4b7254d9
commit 9cb690378b
72 changed files with 65 additions and 2661 deletions
+2 -2
View File
@@ -53,11 +53,11 @@
"name": "Python: gui",
"type": "python",
"request": "launch",
"program": "${workspaceRoot}/TIDALDL-GUI/tidal_gui/__init__.py",
"program": "${workspaceRoot}/TIDALDL-PY/tidal_gui/__init__.py",
"console": "integratedTerminal",
// "python": "python3",
"env": {
"PYTHONPATH": "${workspaceRoot}/TIDALDL-GUI/"
"PYTHONPATH": "${workspaceRoot}/TIDALDL-PY/"
},
"justMyCode": false