diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 5a60c21e2..000000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "type": "node-terminal", - "name": "Admin: test", - "request": "launch", - "command": "yarn run test", - "cwd": "${workspaceFolder}/admin" - } - ] -} \ No newline at end of file