pojokcodeid.nvim-lazy/snippets/laravel5/.vscode/launch.json
2023-03-03 07:09:50 +07:00

12 lines
No EOL
304 B
JSON

{
"version": "1.0.0",
"configurations": [
{
"name": "Launch Extension",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": ["--extensionDevelopmentPath=${workspaceRoot}" ]
}
]
}