Files
Gainsight/.vscode/launch.json
2022-06-09 22:22:29 -04:00

11 lines
266 B
JSON

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