Files
Gainsight/.vscode/launch.json

11 lines
266 B
JSON
Raw Normal View History

2022-06-09 22:22:29 -04:00
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch and Debug Standalone Blazor WebAssembly App",
"type": "blazorwasm",
"request": "launch",
"cwd": "${workspaceFolder}/CS_Todo"
}
]
}