diff --git a/.vscode/launch.json b/.vscode/launch.json index b576c7a7..e044ec61 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -27,7 +27,7 @@ "type": "node", "request": "launch", "program": "${workspaceRoot}/node_modules/mocha/bin/_mocha", - "args": ["-r", "ts-node/register", "${relativeFile}"], + "args": ["--no-config", "-r", "ts-node/register", "${relativeFile}"], "cwd": "${workspaceRoot}", "protocol": "inspector" }