mirror of
https://github.com/tonytins/amtkstat.git
synced 2025-03-15 12:21:21 +00:00
11 lines
262 B
JSON
11 lines
262 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Launch and Debug Standalone Blazor WebAssembly App",
|
||
|
"type": "blazorwasm",
|
||
|
"request": "launch",
|
||
|
"cwd": "${workspaceFolder}/src"
|
||
|
}
|
||
|
]
|
||
|
}
|