We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2971559 commit b7abbc1Copy full SHA for b7abbc1
.vscode/launch.json
@@ -11,8 +11,8 @@
11
"factorioPath": "C:/Portable/Factorio/Modding/bin/x64/factorio.exe",
12
"allowDisableBaseMod": true,
13
"factorioArgs": [
14
- "--load-scenario",
15
- "JanSharpDevEnv/Base",
+ "--load-scenario", "JanSharpDevEnv/Base",
+ "--window-size", "1280x720",
16
],
17
"disableExtraMods": true,
18
"adjustMods": {
@@ -35,8 +35,8 @@
35
36
37
38
39
40
41
42
0 commit comments