uninspected
Version:
util.inspect replacement based on Unexpected's output and type system
23 lines (22 loc) • 715 B
JSON
{
// 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": [
{
"protocol": "inspector",
"type": "node",
"request": "launch",
"name": "Mocha Test current file",
"program": "${workspaceFolder}/node_modules/.bin/mocha",
"args": ["--colors", "--timeout", "0", "${file}"],
"runtimeExecutable": "fnm",
"runtimeArgs": ["exec", "node", "--"],
"internalConsoleOptions": "openOnSessionStart",
"console": "internalConsole",
"outputCapture": "std",
"env": {}
}
]
}