X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Flaunch.json;h=4f200ec8e7924ad1ca3b3870a11d366175fbec76;hb=47f846b2a74439a610321356604f2f4184cb5c0b;hp=ee5fd9846ed87ae8e9e672ebbe2008f042f4379d;hpb=881f450cfd904e73bb5953e4057f6d071bdf60f7;p=e-mobility-charging-stations-simulator.git diff --git a/.vscode/launch.json b/.vscode/launch.json index ee5fd984..4f200ec8 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -22,10 +22,7 @@ "continueOnAttach": true, "autoAttachChildProcesses": false, "timeout": 30000, - "resolveSourceMapLocations": [ - "!**/node_modules/**", - "!**/.vscode/extensions/hbenl.vscode-mocha-test-adapter-*/**" - ], + "resolveSourceMapLocations": ["!**/node_modules/**"], "skipFiles": ["/**"] } ]