Blame view

.vscode/launch.json 573 Bytes
4078977a   Stefan Wichmann   Prepare for first...
1
2
3
4
5
6
7
8
9
10
  {
      // 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": [
          {
              "type": "factoriomod",
              "request": "launch",
              "name": "Factorio Mod Debug",
9d6691a6   Stefan Wichmann   Updated to Factor...
11
12
              "modsPath": "C:\\Users\\stefa\\AppData\\Roaming\\Factorio\\mods",
              "disableExtraMods": false
c6cb1d22   Stefan Wichmann   Bugfix 0.18.1 - b...
13
14
              // "hookSettings": true,
              // "hookData": true
4078977a   Stefan Wichmann   Prepare for first...
15
16
17
          }
      ]
  }