pojokcodeid.nvim-lazy/snippets/laravel5/.vscode/launch.json

12 lines
304 B
JSON
Raw Normal View History

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
}