Merge pull request #3 from LucasOe/zed
feat: add setting for the zed editor
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"lsp": {
|
||||||
|
"luau-lsp": {
|
||||||
|
"settings": {
|
||||||
|
"luau-lsp": {
|
||||||
|
"sourcemap": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"types": {
|
||||||
|
"definitionFiles": ["noctalia.d.luau"]
|
||||||
|
},
|
||||||
|
"ignoreGlobs": ["**/*.d.luau"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user