This commit is contained in:
2025-12-10 19:40:49 -05:00
parent eddb5e3744
commit 4f1b4cc6d8
22 changed files with 32 additions and 2112 deletions

5
.vscode/extensions.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"recommendations": [
"jackmacwindows.vscode-computercraft"
]
}

17
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"Lua.diagnostics.globals": [
"shell"
],
"Lua.workspace.library": [
"${addons}/cc-tweaked/module/library"
],
"Lua.runtime.version": "Lua 5.3",
"Lua.runtime.builtin": {
"io": "disable",
"os": "disable"
},
"Lua.workspace.checkThirdParty": false,
"Lua.diagnostics.disable": [
"lowercase-global"
]
}