You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have my ignore globs defined in my LSP config file and currently you need to re specify the same ignore globs using the --ignore flag. This can be inconvenient if you use the same command across many files.
My suggestion is to make luau-lsp analyze command read the ignore blobs from the specified settings json file, in addition to the ignore flag.
The text was updated successfully, but these errors were encountered:
I have my ignore globs defined in my LSP config file and currently you need to re specify the same ignore globs using the
--ignore
flag. This can be inconvenient if you use the same command across many files.My suggestion is to make
luau-lsp analyze
command read the ignore blobs from the specified settings json file, in addition to the ignore flag.The text was updated successfully, but these errors were encountered: