18 lines
522 B
JSON
18 lines
522 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Vintage Story Client (Beehives)",
|
|
"type": "dotnet",
|
|
"request": "launch",
|
|
"projectPath": "${workspaceFolder}/OrekiWoofsBeehives/OrekiWoofsBeehives.csproj"
|
|
},
|
|
{
|
|
"name": "Vintage Story Client (RoamingBees)",
|
|
"type": "dotnet",
|
|
"request": "launch",
|
|
"projectPath": "${workspaceFolder}/RoamingBees/RoamingBees/RoamingBees.csproj"
|
|
}
|
|
]
|
|
}
|