From b0fcc7b86342d08f425191a638e80cf1c0607fb7 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Thu, 16 Apr 2020 11:16:07 +0200 Subject: [PATCH] Delete launch.json --- music_assistant/.vscode/launch.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 music_assistant/.vscode/launch.json diff --git a/music_assistant/.vscode/launch.json b/music_assistant/.vscode/launch.json deleted file mode 100644 index 7a6c16fc..00000000 --- a/music_assistant/.vscode/launch.json +++ /dev/null @@ -1,14 +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": "node", - "request": "launch", - "name": "Launch Program", - "program": "${workspaceFolder}/web/components/vue-read-more/index.js" - } - ] -} \ No newline at end of file -- 2.34.1