diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 427566d3..00000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "configurations": [ - { - "type": "chrome", - "name": "http://localhost:8000/demo/", - "request": "launch", - "url": "http://localhost:8000/demo/" - } - ] -}