Fix bug of "Connection aborted"(Linux platform)

This commit is contained in:
yaronzz
2020-12-16 10:12:25 +08:00
parent f5de0125a4
commit 537eeebc04
7 changed files with 49 additions and 15 deletions
+3 -3
View File
@@ -11,7 +11,7 @@
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"python": "python.exe",
"python": "python3",
"env": {
"PYTHONPATH": "${workspaceRoot}/TIDALDL-PY/"
},
@@ -22,7 +22,7 @@
"request": "launch",
"program": "${workspaceRoot}/TIDALDL-PY/tidal_dl/__init__.py",
"console": "integratedTerminal",
"python": "python.exe",
"python": "python3",
"env": {
"PYTHONPATH": "${workspaceRoot}/TIDALDL-PY/"
},
@@ -41,7 +41,7 @@
"request": "launch",
"program": "${workspaceRoot}/TIDALDL-PY/tidal_dl/__init__.py",
"console": "integratedTerminal",
"python": "python.exe",
// "python": "python3",
"env": {
"PYTHONPATH": "${workspaceRoot}/TIDALDL-PY/"
},