Dateien nach "/" hochladen

This commit is contained in:
2026-07-15 15:07:52 +00:00
commit 221c216176
2 changed files with 54 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "sumneko.lua",
"Lua.runtime.version": "Lua 5.1",
"Lua.diagnostics.globals": ["mission", "env", "trigger", "world", "do_script"],
"Lua.workspace.checkThirdParty": false,
"Lua.format.defaultConfig": {
"indent_style": "space",
"indent_size": 2
},
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true
}
}
}