diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 6ae4fc0f8f..0000000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,27 +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": [ - { - // This is the default VSCode debugging configuration generated by vscode-jest: - // https://github.com/jest-community/vscode-jest/ - // It is checked in because we do not expect our test setup to diverge from the default. - // However, if this file is in the way, or debugging tests in VSCode does not work for you, - // feel free to `git rm` it. - "type": "node", - "name": "vscode-jest-tests", - "request": "launch", - "args": [ - "--runInBand", - "--coverage=false" - ], - "cwd": "${workspaceFolder}", - "console": "integratedTerminal", - "internalConsoleOptions": "neverOpen", - "disableOptimisticBPs": true, - "program": "${workspaceFolder}/node_modules/jest/bin/jest" - } - ] -} \ No newline at end of file