Show More
Commit Description:
Add nullable warnings and fix a few.
Commit Description:
Add nullable warnings and fix a few.
References:
File last commit:
Show/Diff file:
Action:
.vscode/launch.json
20 lines | 669 B | application/json | JsonLexer
20 lines | 669 B | application/json | JsonLexer
r63 | { | |||
"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", | ||||
r194 | "DYLD_LIBRARY_PATH": "${workspaceFolder}/fnalibs/osx" | |||
r63 | }, | |||
r143 | "cwd": "${workspaceFolder}/isometric-park-fna/bin/Debug/netcoreapp3.1", | |||
r63 | "console": "integratedTerminal", | |||
"internalConsoleOptions": "neverOpen" | ||||
} | ||||
] | ||||
} | ||||