diff --git a/.vscode/launch.json b/.vscode/launch.json index 286ee10..f1d36e8 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,7 +1,4 @@ { - // 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": [ { @@ -9,14 +6,14 @@ "type": "node", "request": "launch", "skipFiles": ["/**"], - "program": "${workspaceFolder}/index.js", - "args": [ - "states", - "--bar", - "buildOutput/JavaScript1.js", - "--sort", - "per-million" - ] + "program": "${workspaceFolder}/index.js" + // "args": [ + // "states", + // "--bar", + // "buildOutput/JavaScript1.js", + // "--sort", + // "per-million" + // ] } ] }