gaslight gatekeep girlboss :)
This commit is contained in:
Vendored
+31
@@ -0,0 +1,31 @@
|
||||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Valheim Dev",
|
||||
"type": "cppvsdbg",
|
||||
"request": "launch",
|
||||
"cwd": "C:/Program Files (x86)/Steam/steamapps/common/Valheim_dev",
|
||||
"program": "C:/Program Files (x86)/Steam/steamapps/common/Valheim_dev/valheim.exe",
|
||||
"console": "integratedTerminal",
|
||||
"args": [
|
||||
"-console"
|
||||
],
|
||||
"preLaunchTask": "build debug"
|
||||
},
|
||||
{
|
||||
"name": "Valheim Dev2",
|
||||
"type": "cppvsdbg",
|
||||
"request": "launch",
|
||||
"cwd": "C:/Program Files (x86)/Steam/steamapps/common/Valheim_dev2",
|
||||
"program": "C:/Program Files (x86)/Steam/steamapps/common/Valheim_dev2/valheim.exe",
|
||||
"console": "integratedTerminal",
|
||||
"args": [
|
||||
"-console"
|
||||
],
|
||||
}
|
||||
]
|
||||
}
|
||||
Vendored
+33
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "build debug",
|
||||
"command": "msbuild",
|
||||
"type": "shell",
|
||||
"args": [
|
||||
"${workspaceFolder}/GaslightArrin.sln",
|
||||
"/t:GaslightArrin",
|
||||
"/p:Configuration=Debug",
|
||||
"/p:Platform=\"Any CPU\""
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "build release",
|
||||
"command": "msbuild",
|
||||
"type": "shell",
|
||||
"args": [
|
||||
"${workspaceFolder}/GaslightArrin.sln",
|
||||
"/t:GaslightArrin",
|
||||
"/p:Configuration=Release",
|
||||
"/p:Platform=\"Any CPU\""
|
||||
],
|
||||
"problemMatcher": "$msCompile"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user