JohnnyMorganz
JohnnyMorganz
I'm not too familiar. If you set your logging level to verbose, do you get a response to your unregister capability request?
Try removing the `-Werror` from this line: https://github.com/JohnnyMorganz/luau-lsp/blob/fc5d7bea350b3480a9b7795dbc416673458ded8c/CMakeLists.txt#L101
Closing this issue as stale, let me know if you still have any issues.
No, we do not support these yet. Unfortunately haven't had the time to work on this. Somewhat related is the issue #494 but surprised there is no existing issue for...
Blocked on https://github.com/luau-lang/luau/issues/1417
Can you provide an example where this would be useful? I try to reduce unnecessary semantic tokens since they clash with textmate scopes and therefore peoples' personal themes
It seems to be we are using two different textmate scopes here, causing the different highlighting. I'm not sure why we decided different ones:   Maybe it is better...
Yeah, the problem here is that there is no semantic token specifically for for loop variables. We could also give them the "parameter" semantic token but that then mixes it...
> Well, considering for loop variables (in the declaration) already possess the "parameter" textmate scope This is what I mean, I don't think it *should* posses the parameter scope, and...
This is a little bit more difficult to look out for since we don't track whitespace. I would recommend against doing this, but I'll see what we can do