mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
JSON parser: getLocation
This commit is contained in:
2
extensions/json/server/.vscode/launch.json
vendored
2
extensions/json/server/.vscode/launch.json
vendored
@@ -14,7 +14,7 @@
|
||||
"name": "Unit Tests",
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
|
||||
"program": "${workspaceRoot}/../../../node_modules/mocha/bin/_mocha",
|
||||
"stopOnEntry": false,
|
||||
"args": [
|
||||
"--timeout",
|
||||
|
||||
Reference in New Issue
Block a user