{ // 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": [ { "type": "node", "request": "launch", "name": "Satloc Worker", "skipFiles": [ "/**" ], "runtimeExecutable": "/home/trung/.nvm/versions/node/v16.20.2/bin/node", "program": "${workspaceFolder}/index.js", "cwd": "${workspaceFolder}", "envFile": "${workspaceRoot}/environment.env", "env": { "DEBUG": "agm:*" }, "console": "integratedTerminal", "outputCapture": "std" } ] }