JohnnyMorganz

Results 416 comments of JohnnyMorganz

This class of bug is quite difficult to fix. The way we check to determine if a table should hang or not is currently very naive - it relies on...

Interesting, this is very similar to how stylua works, expect one key difference being we do the single/expanded predicate check nested inside of each node. Admittedly, this is problematic. We...

I'm still incredibly wary of something like this, especially as a default. As mentioned in a few other places now, if we look for an explicit newline after the opening...

I can't reproduce the problems on ctrl+click on lock. Unfortuantely, the `self:clear()` problem is a Luau restriction, since Luau cannot infer `self` to be `Map`, and so it doesn't know...

LSP Specification 3.17.0+ can actually handle HTML in Markdown now, so this may no longer be necessary

This should already be working. Can you give an example of where this doesn't work?

Using the type inference mode comments does work for me when I open ProfileService. I can confirm that ignore globs still don't work though - I will look into this...

Blocked by https://github.com/microsoft/vscode-languageserver-node/issues/1039

Unfortunately, because the script contents are embedded into the rbxm, this may be difficult for us to extract and use for typechecking, which is why you get an unknown require...

Your best bet is to unpack the rbxm with to create `.lua` scripts right now. We could potentially add an "override" functionality so that you can keep the unpacked scripts...