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
Not sure whether this is interested or not. In the LSP log panel, because we now uses Enum, there are enum object in the log rather than its scalar value. This disallows the payload can be formatted as JS or Python for easier reading. I know there is a website for formatting it but I've never remembered that :(
I remember that I had manually fixed the values for the IntEnums in the PR merged as c5321ad, but for the StrEnums it seems they got introduced in 0ae1c7b by adding this as the base class:
Related to #2446 (comment).
Not sure whether this is interested or not. In the LSP log panel, because we now uses
Enum
, there are enum object in the log rather than its scalar value. This disallows the payload can be formatted as JS or Python for easier reading. I know there is a website for formatting it but I've never remembered that :(E.g.,
<SemanticTokenTypes.Type: 'type'>
Example Payload
The text was updated successfully, but these errors were encountered: