mirror of
https://github.com/robonen/questlang.git
synced 2026-03-20 19:04:47 +00:00
14 lines
229 B
JSON
14 lines
229 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Extension",
|
|
"type": "extensionHost",
|
|
"request": "launch",
|
|
"args": [
|
|
"--extensionDevelopmentPath=${workspaceFolder}"
|
|
]
|
|
}
|
|
]
|
|
}
|