ResuMe/.vscode/launch.json

11 lines
272 B
JSON
Raw Normal View History

2023-07-24 16:28:09 +03:30
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch and Debug Standalone Blazor WebAssembly App",
"type": "blazorwasm",
"request": "launch",
"cwd": "${workspaceFolder}/Resume.Blazor"
}
]
}