Files
Raster3D/Raster3D/.vscode/launch.json
T
2026-07-28 15:11:50 -05:00

14 lines
430 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "C#: Raster3D Debug",
"type": "dotnet",
"request": "launch",
"projectPath": "${workspaceFolder}/Raster3D.csproj"
}
],
}