From f0fead2bc225701c9517de40191eb61c32151510 Mon Sep 17 00:00:00 2001 From: Daniel Hutzel Date: Wed, 17 Feb 2021 16:07:43 +0100 Subject: [PATCH] Delete launch.json --- suppliers/.vscode/launch.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 suppliers/.vscode/launch.json diff --git a/suppliers/.vscode/launch.json b/suppliers/.vscode/launch.json deleted file mode 100644 index 3f308a6c..00000000 --- a/suppliers/.vscode/launch.json +++ /dev/null @@ -1,15 +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": [ - { - "command": "cds run --with-mocks --in-memory?", - "name": "cds run", - "request": "launch", - "type": "node-terminal", - "skipFiles": [ "/**" ] - } - ] -}