pcsx-redux/tools/vscode-extension/.vscode/launch.json
2023-02-20 11:33:05 -08:00

12 lines
257 B
JSON

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