diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index e474c2e..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - // 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", - "factorioArgs": [ - "--enable-lua-udp=55555" - ] - }, - { - "type": "factoriomod", - "request": "launch", - "name": "Factorio Mod Debug (Settings & Data)", - "hookSettings": true, - "hookData": true, - "factorioArgs": [ - "--enable-lua-udp=55555" - ] - }, - { - "type": "factoriomod", - "request": "launch", - "name": "Factorio Mod Debug (Profile)", - "hookMode": "profile", - "factorioArgs": [ - "--enable-lua-udp=55555" - ] - } - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 4a59410..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "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 -} \ No newline at end of file