Private
Public Access
1
0
Files
lua-prometheus-exporter/.vscode/settings.json
2026-01-06 17:02:06 +01:00

21 lines
690 B
JSON

{
"Lua.workspace.userThirdParty": [
"c:\\Users\\jangr\\AppData\\Roaming\\Code\\User\\workspaceStorage\\10b25691ccff2371b41fc57eb2e75361\\justarandomgeek.factoriomod-debug\\sumneko-3rd"
],
"Lua.workspace.checkThirdParty": "ApplyInMemory",
"factorio.versions": [
{
"name": "Factorio 2.0.72 local",
"factorioPath": "d:\\SteamLibrary\\steamapps\\common\\Factorio\\bin\\x64\\factorio.exe"
}
],
"Lua.diagnostics.globals": [
"serverIndex",
"udpAddress",
"SendProductionStats",
"SendPollutionStats",
"SendKillStats",
"SendFluidProductionStats"
],
"editor.fontSize": 13
}