Skip to content

Commit

Permalink
Remove now uneeded vscode configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
  • Loading branch information
jerome-benoit committed Oct 29, 2022
1 parent 3e985d1 commit 39efd40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
3 changes: 2 additions & 1 deletion .vscode/launch.json
Expand Up @@ -9,7 +9,7 @@
"request": "launch",
"name": "Debug Simulator via npm",
"cwd": "${workspaceFolder}",
"preLaunchTask": "Build",
"preLaunchTask": "npm: build",
"runtimeExecutable": "npm",
"runtimeArgs": ["run-script", "start:debug"],
"skipFiles": ["<node_internals>/**"],
Expand All @@ -20,6 +20,7 @@
"request": "launch",
"name": "Debug Simulator Development Build via npm",
"cwd": "${workspaceFolder}",
"preLaunchTask": "npm: build:dev",
"runtimeExecutable": "npm",
"runtimeArgs": ["run-script", "start:dev:debug"],
"skipFiles": ["<node_internals>/**"],
Expand Down
15 changes: 0 additions & 15 deletions .vscode/tasks.json

This file was deleted.

0 comments on commit 39efd40

Please sign in to comment.