aboutsummaryrefslogtreecommitdiff
path: root/codesettings.json
diff options
context:
space:
mode:
authorRubén Beltrán del Río <jj@r.bdr.sh>2026-09-24 21:01:06 +0200
committerRubén Beltrán del Río <jj@r.bdr.sh>2026-09-25 20:16:02 +0200
commit628406f0a50e040d4661629446c620a3a495441f (patch)
treee1a2b783296b1779a4040b5a7ea55d72547a37e8 /codesettings.json
Initial commitHEADmain
Diffstat (limited to 'codesettings.json')
-rw-r--r--codesettings.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/codesettings.json b/codesettings.json
new file mode 100644
index 0000000..c249f67
--- /dev/null
+++ b/codesettings.json
@@ -0,0 +1,9 @@
+{
+ "luau-lsp.platform.type": "standard",
+ "luau-lsp.sourcemap.enabled": false,
+ "luau-lsp.types.definitionFiles": {
+ "noctalia": "noctalia.d.luau",
+ "sourcehut_builds": "sourcehut_builds.d.luau"
+ },
+ "luau-lsp.ignoreGlobs": ["**/*.d.luau"]
+}