generated from AriasCreations/vsmodtemplate
parent
7120b4083a
commit
e53f26717f
5 changed files with 15 additions and 15 deletions
16
.vscode/launch.json
vendored
16
.vscode/launch.json
vendored
|
@ -8,12 +8,12 @@
|
|||
"name": "Launch Client (Debug)",
|
||||
"type": "coreclr",
|
||||
"request": "launch",
|
||||
"program": "${env:VINTAGE_STORY}/Vintagestory.exe",
|
||||
"program": ".game/Vintagestory.exe",
|
||||
"linux": {
|
||||
"program": "${env:VINTAGE_STORY}/Vintagestory"
|
||||
"program": ".game/Vintagestory"
|
||||
},
|
||||
"osx": {
|
||||
"program": "${env:VINTAGE_STORY}/Vintagestory"
|
||||
"program": ".game/Vintagestory"
|
||||
},
|
||||
"preLaunchTask": "build",
|
||||
"args": [
|
||||
|
@ -21,7 +21,7 @@
|
|||
// "--openWorld" , "modding test world",
|
||||
"--tracelog",
|
||||
"--addModPath",
|
||||
"${workspaceFolder}/ModTemplate/bin/Debug/Mods"
|
||||
"${workspaceFolder}/AriasServerUtils/bin/Debug/Mods"
|
||||
],
|
||||
"console": "internalConsole",
|
||||
"stopAtEntry": false
|
||||
|
@ -30,18 +30,18 @@
|
|||
"name": "Launch Server",
|
||||
"type": "coreclr",
|
||||
"request": "launch",
|
||||
"program": "${env:VINTAGE_STORY}/VintagestoryServer.exe",
|
||||
"program": ".game/VintagestoryServer.exe",
|
||||
"linux": {
|
||||
"program": "${env:VINTAGE_STORY}/VintagestoryServer"
|
||||
"program": ".game/VintagestoryServer"
|
||||
},
|
||||
"osx": {
|
||||
"program": "${env:VINTAGE_STORY}/VintagestoryServer"
|
||||
"program": ".game/VintagestoryServer"
|
||||
},
|
||||
"preLaunchTask": "build",
|
||||
"args": [
|
||||
"--tracelog",
|
||||
"--addModPath",
|
||||
"${workspaceFolder}/ModTemplate/bin/Debug/Mods"
|
||||
"${workspaceFolder}/AriasServerUtils/bin/Debug/Mods"
|
||||
],
|
||||
"console": "internalConsole",
|
||||
"stopAtEntry": false
|
||||
|
|
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"dotnet.defaultSolution": "ModTemplate.sln",
|
||||
"dotnet.defaultSolution": "AriasServerUtils.sln",
|
||||
"files.associations": {
|
||||
"server-*.txt": "log",
|
||||
"client-*.txt": "log"
|
||||
|
|
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
|
@ -9,7 +9,7 @@
|
|||
"build",
|
||||
"-c",
|
||||
"Debug",
|
||||
"${workspaceFolder}/ModTemplate/ModTemplate.csproj"
|
||||
"${workspaceFolder}/AriasServerUtils/AriasServerUtils.csproj"
|
||||
],
|
||||
"problemMatcher": "$msCompile"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue