aboutsummaryrefslogtreecommitdiff
path: root/codesettings.json
diff options
context:
space:
mode:
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"]
+}