Show More
Commit Description:
Fix issues with BudgetWindowRenderer....
Commit Description:
Fix issues with BudgetWindowRenderer. (grafted from 7992ed911c41c462f47c93592abc80854bdcd8fa)
File last commit:
Show/Diff file:
Action:
.vscode/launch.json
20 lines | 704 B | application/json | JsonLexer
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Core Debugger",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "Build: Core Debug",
"program": "${workspaceFolder}/isometric-park-fna/bin/Debug/netcoreapp3.1/isometric-park-fna.dll",
"args": [],
"env": {
"LD_LIBRARY_PATH": "${workspaceFolder}/isometric-park-fna/bin/Debug/netcoreapp3.1/lib64",
"DYLD_LIBRARY_PATH": "${workspaceFolder}/isometric-park-fna/bin/Debug/netcoreapp3.1/osx"
},
"cwd": "${workspaceFolder}/isometric-park-fna/bin/Debug/netcoreapp3.1",
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
}
]
}