Blame view

.vscode/settings.json 599 Bytes
9d6691a6   Stefan Wichmann   Updated to Factor...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  {
      "factorio.versions": [
          {
              "name": "2.0",
              "factorioPath": "C:\\Program Files\\Factorio\\bin\\x64\\factorio.exe",
              "active": true
          },
          {
              "name": "Steam",
              "factorioPath": "d:\\SteamLibrary\\steamapps\\common\\Factorio\\bin\\x64\\factorio.exe"
          }
      ],
      "Lua.workspace.userThirdParty": [
          "c:\\Users\\stefa\\AppData\\Roaming\\Code\\User\\workspaceStorage\\35847ccd64cb986037e0824286320fb8\\justarandomgeek.factoriomod-debug\\sumneko-3rd"
      ],
      "Lua.workspace.checkThirdParty": "ApplyInMemory"
  }