vscode and no-configlib support
This commit is contained in:
24
.vscode/launch.json
vendored
Normal file
24
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Vintage Story Client",
|
||||
"type": "coreclr",
|
||||
"request": "launch",
|
||||
"preLaunchTask": "build mod",
|
||||
"program": "${env:VINTAGE_STORY}/Vintagestory.dll",
|
||||
"args": [
|
||||
"--tracelog",
|
||||
"--dataPath",
|
||||
"${env:VINTAGE_STORY_DATA}",
|
||||
"--addModPath",
|
||||
"${workspaceFolder}/ChestPreview/ChestPreview/bin/Debug/Mods",
|
||||
"--addOrigin",
|
||||
"${workspaceFolder}/ChestPreview/ChestPreview/assets"
|
||||
],
|
||||
"cwd": "${env:VINTAGE_STORY}",
|
||||
"console": "integratedTerminal",
|
||||
"stopAtEntry": false
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user