amtkstat/.vscode/launch.json

11 lines
262 B
JSON
Raw Permalink Normal View History

2024-09-09 03:12:35 -04:00
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch and Debug Standalone Blazor WebAssembly App",
"type": "blazorwasm",
"request": "launch",
"cwd": "${workspaceFolder}/src"
}
]
}