diff --git a/.vscode/launch.json b/.vscode/launch.json index cff08782d8..ca164da542 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -13,15 +13,13 @@ "--grep", "${fileBasenameNoExtension}", "--timeout", - "999999", + "999999" ], "internalConsoleOptions": "openOnSessionStart", "name": "Mocha Tests", "program": "${workspaceFolder}/.yarn/releases/yarn-4.0.2.cjs", "request": "launch", - "skipFiles": [ - "/**" - ], + "skipFiles": ["/**"], "type": "node" }, { @@ -78,4 +76,4 @@ ] } ] -} \ No newline at end of file +}