mirror of
https://github.com/cdr/code-server.git
synced 2025-12-15 21:03:15 +01: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}"
|
|
]
|
|
}
|
|
]
|
|
}
|