Private
Public Access
1
0
Files
lua-prometheus-exporter/.vscode/settings.json
Jan Grießhaber 149b085cb7 Initial Commit
2025-12-28 18:48:24 +01:00

15 lines
527 B
JSON

{
"Lua.workspace.userThirdParty": [
"c:\\Users\\jangr\\AppData\\Roaming\\Code\\User\\workspaceStorage\\8bef1fd407f1cda3acb8320784a68ee6\\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": [
"create_stats_string"
]
}