Files
LuaCsForBarotraumaEP/Barotrauma/BarotraumaShared/Lua/.vscode/launch.json
T

11 lines
165 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "MoonSharp Attach",
"type": "moonsharp-debug",
"debugServer": 41912,
"request": "attach"
}
]
}