{
// 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": [
{
"name": "Current TS File",
"type": "node",
"request": "launch",
"args": [
"${relativeFile}"
],
"runtimeArgs": [
"-r",
"ts-node/register"
],
"cwd": "${workspaceRoot}",
"protocol": "inspector",
"internalConsoleOptions": "openOnSessionStart"
},
{
"name": "Debug Jest tests",
"type": "node",
"request": "launch",
"protocol": "inspector",
"program": "${workspaceRoot}/node_modules/jest-cli/bin/jest.js",
"stopOnEntry": false,
"args": [
"--runInBand",
"--no-cache",
"--silent",
"--config",
"${workspaceRoot}/test/config/jest.debug.config.js"
],
"cwd": "${workspaceRoot}",
"preLaunchTask": "build-tests",
"runtimeExecutable": null,
"runtimeArgs": [
"--no-lazy"
],
"env": {
"NODE_ENV": "test"
},
"console": "internalConsole",
"sourceMaps": true
}
]
}microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
src/extension/appcenter/lib/codepush-node-sdk/.vscode/launch.json
49lines · modepreview