Files
WolfTamingExtras/.vscode/launch.json
2026-03-22 04:23:33 +01:00

12 lines
274 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Vintage Story Client",
"type": "dotnet",
"request": "launch",
"projectPath": "${workspaceFolder}/WolfTamingExtras/WolfTamingExtras.csproj"
}
]
}