From 41ca1f1b5fc58c6d13381c9eda57f4a4b7a2cf84 Mon Sep 17 00:00:00 2001 From: Matteias Collet Date: Sat, 30 Jan 2021 18:54:14 +0100 Subject: [PATCH] Delete launch.json --- .vscode/launch.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index f985b93..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,16 +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}/test-project/server.js", - "cwd": "${workspaceFolder}/test-project", - "preLaunchTask": "npm: install - test-project" - } - ] -}