deno.land / x / prayers@v1.6.0 / .vscode / launch.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "Debug Current Test File", "autoAttachChildProcesses": true, "runtimeExecutable": "/Users/Pocoyo/.nvm/versions/node/v16.14.0/bin/node", "skipFiles": ["<node_internals>/**", "**/node_modules/**"], "program": "${workspaceRoot}/node_modules/vitest/vitest.mjs", "args": ["run", "${relativeFile}"], "smartStep": true, "console": "integratedTerminal" } ]}
prayers

Version Info

Tagged at
7 months ago