Created
February 7, 2026 20:18
-
-
Save Mark-Marks/dd77711df737dbe5be1b6de7f6f56427 to your computer and use it in GitHub Desktop.
zet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "lsp": { | |
| "luau-lsp": { | |
| "settings": { | |
| "luau-lsp": { | |
| "completion": { | |
| "imports": { | |
| "enabled": true, | |
| "suggestRequires": true, | |
| "requireStyle": "AlwaysRelative", | |
| "stringRequires": { | |
| "enabled": true, | |
| }, | |
| "ignoreGlobs": [ | |
| "scripts/vendor/**", | |
| "out/**", | |
| "roblox_packages/.pesde/**", | |
| ], | |
| }, | |
| }, | |
| "sourcemap": { | |
| "enabled": true, | |
| }, | |
| "ignoreGlobs": ["types/**", "scripts/**"], | |
| }, | |
| "ext": { | |
| "definitions": ["./types/zune.d.luau", "./types/roblox.d.luau"], | |
| "documentation": ["./types/zune.d.json"], | |
| "fflags": { | |
| "enable_new_solver": false, | |
| "enable_by_default": false, | |
| "sync": true, | |
| "override": { | |
| "LuauTypeMaximumStringifierLength": "25000", | |
| "LuauTableTypeMaximumStringifierLength": "25000", | |
| }, | |
| }, | |
| "roblox": { | |
| "enabled": false, | |
| "security_level": "roblox_script", | |
| }, | |
| "binary": { | |
| "ignore_system_version": false, | |
| }, | |
| }, | |
| }, | |
| }, | |
| "json-language-server": { | |
| "settings": { | |
| "json": { | |
| "schemas": [ | |
| { | |
| "fileMatch": ["*/.luaurc"], | |
| "url": "https://raw.githubusercontent.com/JohnnyMorganz/luau-lsp/refs/heads/main/editors/code/schemas/luaurc.json", | |
| }, | |
| { | |
| "fileMatch": ["*.project.json"], | |
| "url": "https://raw.githubusercontent.com/rojo-rbx/vscode-rojo/refs/heads/master/schemas/project.template.schema.json", | |
| }, | |
| ], | |
| }, | |
| }, | |
| }, | |
| }, | |
| "file_types": { | |
| "Luau": ["lua"], | |
| "JSON": [".luaurc"], | |
| }, | |
| "languages": { | |
| "Luau": { | |
| "formatter": { | |
| "external": { | |
| "command": "stylua", | |
| "arguments": ["--respect-ignores", "-"], | |
| }, | |
| }, | |
| "format_on_save": "on", | |
| }, | |
| }, | |
| // Eat shit and die AI features | |
| "disable_ai": true, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment