Why would you want to enable all FFlags by default? #36
-
As found in 3b07d67. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Luau FFlags are typically for new features, and will most likely be committed to provided there are no bugs with them. |
Beta Was this translation helpful? Give feedback.
Luau FFlags are typically for new features, and will most likely be committed to provided there are no bugs with them.
By default Luau's analyze and repl tool enable these FFlags, and I decided to as well - they normally provide benefits rather than drawbacks.
I made this an option though in case people did not want to enable them all by default, or they encountered any issues. If you disable
luau-lsp.fflags.enabledByDefault
and enableluau-lsp.fflags.sync
, in theory you should have the exact same flags as Studio and should be able to replicate its behaviour