mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 10:24:47 +00:00
14 lines
274 B
JSON
14 lines
274 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch Grammar",
|
|
"type": "extensionHost",
|
|
"request": "launch",
|
|
"runtimeExecutable": "${execPath}",
|
|
"args": [
|
|
"--extensionDevelopmentPath=${workspaceRoot}"
|
|
]
|
|
}
|
|
]
|
|
}
|