deno.land / x / rambda@v9.1.1 / .vscode / launch.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{ "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "Test File(current)", "program": "${workspaceRoot}/node_modules/jest/bin/jest.js", "args": [ "--verbose", "-i", "-u", "--no-cache", "${fileBasenameNoExtension}" ], "console": "integratedTerminal", "internalConsoleOptions": "neverOpen" } ]}
rambda

Version Info

Tagged at
2 months ago