24 lines
770 B
JSON
24 lines
770 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"
|
|
},
|
|
{
|
|
"name": "Vintage Story Client (Beehives + RoamingBees)",
|
|
"type": "dotnet",
|
|
"request": "launch",
|
|
"projectPath": "${workspaceFolder}/OrekiWoofsBees.Full/OrekiWoofsBees.Full.csproj"
|
|
}
|
|
]
|
|
}
|