diff --git a/.vscode/launch.json b/.vscode/launch.json index 6adce3e..44d4c40 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,8 +7,11 @@ { "type": "node", "request": "launch", - "name": "Launch Program", - "program": "${workspaceFolder}\\example.js" + "name": "Example", + "program": "${workspaceFolder}\\example.js", + "skipFiles": [ + "/**" + ] } ] } \ No newline at end of file