deno.land / x / jotai@v1.8.4 / .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": [ { "name": "Debug Jest Tests", "type": "node", "request": "launch", "runtimeArgs": [ "--inspect-brk", "${workspaceRoot}/node_modules/.bin/jest", "--runInBand", "--watch", "--no-coverage" ], "console": "integratedTerminal", "internalConsoleOptions": "neverOpen", "port": 9229 } ]}
jotai

Version Info

Tagged at
a year ago