16 lines
456 B
JSON
16 lines
456 B
JSON
|
|
{
|
||
|
|
"version": "0.2.0",
|
||
|
|
"configurations": [
|
||
|
|
{
|
||
|
|
"name": "ImageCatalog Avalonia",
|
||
|
|
"type": "coreclr",
|
||
|
|
"request": "launch",
|
||
|
|
"preLaunchTask": "build ImageCatalog Avalonia",
|
||
|
|
"program": "${workspaceFolder:Catalog}/imagecatalog/bin/Debug/net10.0-windows/win-x64/ImageCatalog.exe",
|
||
|
|
"args": [],
|
||
|
|
"cwd": "${workspaceFolder:Catalog}/imagecatalog",
|
||
|
|
"stopAtEntry": false,
|
||
|
|
"console": "internalConsole"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|