We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a55f1e commit ea49e0fCopy full SHA for ea49e0f
.vscode/launch.json
@@ -35,7 +35,8 @@
35
"--install=ProjectCore",
36
"--run",
37
"--uninstall",
38
- "--debug"
+ "--debug",
39
+ "--verbose-logging"
40
]
41
},
42
{
@@ -60,7 +61,8 @@
60
61
62
63
"--debug",
- "--gui"
64
+ "--gui",
65
66
67
68
@@ -82,7 +84,8 @@
82
84
"${workspaceFolder}\\..\\GeneralsModBuilderSample\\Project\\Scripts\\Windows\\WindowsTools.json",
83
85
"--build",
86
"--release",
87
88
89
90
91
@@ -117,7 +120,9 @@
117
120
118
121
119
122
123
124
+ "--verbose-logging",
125
+ "--multi-processing"
126
127
128
0 commit comments