Upgrade vscode-languageclient to 8.1.0 - #162
Conversation
|
Is there a specific feature you’re looking for with this upgrade? |
|
Yes, I recently working on inlay hints (racket-langserver) and found vscode-languageclient of magic-racket isn't supporting it. |
jryans
left a comment
There was a problem hiding this comment.
Seems reasonable to me, thanks! 😄
|
I'll work on releasing an updated extension with these changes. |
|
@dannypsnl Ah actually, maybe I should wait on the extension release here until after inlay hints have been added to the server, so that users get those features when upgrading all the parts together. (I assume inlay hints is still something in progress and not yet merged, if I understand correctly...?) |
|
It should be fine, at racket-langserver we enable inlay hints from long time ago. We just never implement any inlay hints usage until now. What user will see with new magic-racket should be: magic-racket and racket-langserver both enable inlay hints feature, racket-langserver will produce inlay hints for certain cases (what we're doing), e.g. field-name beside constructor, type beside define form. |
|
Okay, I think I understand. I may still wait for at least one usage of inlay hints to merge to langserver before releasing / announcing the new extension version, as I that will make the upgrade more immediately interesting to users. Thanks for working on all of this, quite exciting! 😄 |
|
Just saw that come through, thanks for the update, quite exciting! 😄 I'll work on releasing the updated extension. It may take me a few days. |
|
Published 0.9.0 to both marketplaces. |
No description provided.