gotools/.vscode/launch.json

15 lines
333 B
JSON
Raw Permalink Normal View History

2021-03-19 02:22:55 +03:00
{
"version": "0.2.0",
"configurations": [
{
"name": "Run Extension",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
]
}
]
}