mirror of
https://github.com/status-im/status-web-archive.git
synced 2025-01-11 16:34:17 +00:00
update launch.json to allow stepping into symlinked dependecies
This commit is contained in:
parent
824875062f
commit
3b3bcd1c2a
9
.vscode/launch.json
vendored
9
.vscode/launch.json
vendored
@ -10,13 +10,18 @@
|
||||
// todo?: make relative to ${file}
|
||||
"cwd": "${workspaceFolder}/packages/status-js",
|
||||
"program": "${workspaceRoot}/node_modules/vite-node/dist/cli.mjs",
|
||||
"args": ["${file}"],
|
||||
"args": ["--options.sourcemap=inline", "${file}"],
|
||||
"smartStep": true,
|
||||
"sourceMaps": true,
|
||||
"env": {
|
||||
"DEBUG": "*",
|
||||
"DEBUG_HIDE_DATE": "0",
|
||||
"DEBUG_COLORS": "1",
|
||||
"VITE_NODE": "true"
|
||||
}
|
||||
},
|
||||
"runtimeArgs": ["--preserve-symlinks"],
|
||||
"outFiles": ["${workspaceFolder}/**/*.js"],
|
||||
"resolveSourceMapLocations": ["**/*"]
|
||||
},
|
||||
{
|
||||
"type": "node",
|
||||
|
Loading…
x
Reference in New Issue
Block a user