From c7e9973ae3725351b6bae56600aa36d787ca49d6 Mon Sep 17 00:00:00 2001 From: Christian Date: Tue, 9 Jun 2020 09:10:29 +0200 Subject: [PATCH] remove vscode stuff --- .vscode/launch.json | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 97f0ec7..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "type": "chrome", - "request": "attach", - "name": "Attach to Chrome", - "port": 9222, - "webRoot": "${workspaceFolder}" - }, - { - "type": "chrome", - "request": "launch", - "name": "Launch Chrome against localhost", - "url": "http://localhost:5500", - "webRoot": "${workspaceFolder}" - }, - ] -} \ No newline at end of file