hammer/.zed/settings.json
marked 2a6907434a
Some checks failed
Continous Integration / Build (push) Successful in 11s
Continous Integration / Lint (push) Successful in 9s
Continous Integration / Styling (push) Failing after 3s
Continous Integration / Unit Testing (push) Failing after 30s
Cleanup & refactor
2025-05-07 00:37:24 +02:00

47 lines
1.1 KiB
JSON

// Folder-specific settings
//
// For a full list of overridable settings, and general information on folder-specific settings,
// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
{
"lsp": {
"luau-lsp": {
"settings": {
"luau-lsp": {
"diagnostics": {
"workspace": false
},
"completion": {
"imports": {
"enabled": true,
"suggestServices": true,
"suggestRequires": true,
"stringRequires": {
"enabled": true
}
}
},
"require": {
"mode": "relativeToFile"
}
},
"ext": {
"roblox": {
"enabled": false,
"security_level": "roblox_script"
},
"fflags": {
"enable_new_solver": true,
"sync": true,
"enable_by_default": false
},
"binary": {
"ignore_system_version": false
}
}
}
}
},
"file_types": {
"Luau": ["lua"]
}
}