-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Semantic Token Refresh #630
Conversation
3ff2cf1
to
d6ad22c
Compare
d6ad22c
to
dde334c
Compare
dde334c
to
d4ef8a8
Compare
d4ef8a8
to
c73ed71
Compare
0b38ab7
to
f7f3e7b
Compare
Add ModuleChangeHooks to trigger semantic token refresh when specified parts of the schema are discovered after initialization. Fixes #344
38d04b5
to
46b149d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for bringing this over the finish line!
LGTM!
I'm not sure if this particular logic can trigger the bug but as a precaution I would perhaps hold on merging until creachadair/jrpc2#78 is addressed - hopefully very soon (creachadair/jrpc2#79).
The mentioned upstream bug was addressed in #787 Merge at will! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Add change hooks to the Module state store to trigger token refresh after specified parts of the schema are discovered after initialization.
Fixes #344