JohnnyMorganz

Results 416 comments of JohnnyMorganz

Interesting, it is unclear to me where string requires are case sensitive or not. I know that aliases are, but path names itself I'm not sure. It doesn't seem to...

String requires should be treated case sensitively across all platforms. Unclear on the performance impact for checking against this on Windows / macOS, as it's an extra fs call. Maybe...

The plugin has been refactored quite a bit. There is a `logLevel` option in settings as well. I am going to assume this is no longer an issue, but feel...

The lack of sourcemap understanding in string requires is currently intentional, with the idea that string requires are runtime agnostic. The best current workaround at the moment would be to...

Deprecated methods are not included in the definitions file by default (https://github.com/JohnnyMorganz/luau-lsp/blob/531f6c8ab8d03f1a21770142b7bfe4c4c6f5aaf9/scripts/dumpRobloxTypes.py#L16), so this is currently working as intended. `wait` is explicitly defined later in our definitions generator The deprecated...

Turns out the `@deprecated` attribute only works in the new solver right now, so maybe we shouldn't do this just yet