mirror of
https://github.com/alexta69/metube.git
synced 2026-06-13 16:40:05 +00:00
upgrade dependencies (migrate to Angular 10)
This commit is contained in:
Vendored
+9
-2
@@ -9,8 +9,15 @@
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/app/main.py",
|
||||
"env": {
|
||||
"DOWNLOAD_DIR": "${env:USERPROFILE}/Downloads",
|
||||
"windows": {
|
||||
"env": {
|
||||
"DOWNLOAD_DIR": "${env:USERPROFILE}/Downloads",
|
||||
}
|
||||
},
|
||||
"osx": {
|
||||
"env": {
|
||||
"DOWNLOAD_DIR": "${env:HOME}/Downloads",
|
||||
}
|
||||
},
|
||||
"console": "integratedTerminal"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user