aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorAlex <alexta69@gmail.com>2019-12-03 22:32:07 +0200
committerAlex <alexta69@gmail.com>2019-12-03 22:32:07 +0200
commit9a959f932600fb39b075b1c6c4c8d7bac3d184f9 (patch)
treeb78fcf05eac4aef22973153c217619cf5c5110ff /.vscode
parentadd LICENSE and README.md (diff)
downloadmetube-9a959f932600fb39b075b1c6c4c8d7bac3d184f9.tar.gz
metube-9a959f932600fb39b075b1c6c4c8d7bac3d184f9.tar.bz2
metube-9a959f932600fb39b075b1c6c4c8d7bac3d184f9.zip
add "completed" panel
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 3d4107f..4b2e858 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -5,7 +5,7 @@
"version": "0.2.0",
"configurations": [
{
- "name": "Python: Youtube-dealer",
+ "name": "Python: MeTube",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/app/main.py",
bgstack15