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": [ "/**" ] - } - ] -}