props/.vscode/launch.json
2021-04-23 15:11:49 -05:00

11 lines
272 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Launch and Debug Standalone Blazor WebAssembly App",
"type": "blazorwasm",
"request": "launch",
"cwd": "${workspaceFolder}/src/MultiShop"
}
]
}