2023-03-03 07:09:50 +07:00
|
|
|
{
|
|
|
|
"version": "1.0.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Launch Extension",
|
|
|
|
"type": "extensionHost",
|
|
|
|
"request": "launch",
|
|
|
|
"runtimeExecutable": "${execPath}",
|
|
|
|
"args": ["--extensionDevelopmentPath=${workspaceRoot}" ]
|
|
|
|
}
|
|
|
|
]
|
2023-01-15 00:19:37 +07:00
|
|
|
}
|