From 9a959f932600fb39b075b1c6c4c8d7bac3d184f9 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 3 Dec 2019 22:32:07 +0200 Subject: add "completed" panel --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vscode') 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", -- cgit