Files
ChestPreview/.vscode/launch.json

11 lines
278 B
JSON

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