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
Yesterday and today, I noticed that the latest version doesn't show up any items in the completion dropdown menu (in Neovim v0.10.0) when trying to look into what a package has to offer. Pretty sure it's a regression.
#import"@preview/package:0.0.0":
Moreover, before this version I had a small issue where the items show up only if I request them after : , but it will not show them if I've already written something (e.g., : package-ite).
Package/Software version:
tinymist extension version: v0.11.0. Get it by tinymist --version in terminal.
The language server tinymist triggers a registerCapability handler for workspace/didChangeConfiguration despite dynamicRegistration set to false. Report upstream, this warning is harmless
The text was updated successfully, but these errors were encountered:
The language server tinymist triggers a registerCapability handler for workspace/didChangeConfiguration despite dynamicRegistration set to false. Report upstream, this warning is harmless
Describe the bug
Yesterday and today, I noticed that the latest version doesn't show up any items in the completion dropdown menu (in Neovim v0.10.0) when trying to look into what a package has to offer. Pretty sure it's a regression.
Moreover, before this version I had a small issue where the items show up only if I request them after
:
, but it will not show them if I've already written something (e.g.,: package-ite
).Package/Software version:
tinymist extension version:
v0.11.0
. Get it bytinymist --version
in terminal.Logs:
tinymist server log(Output Panel -> tinymist):
logs
Additional context
tinymist-input-mirror.json
In the logs, there is a warning:
The text was updated successfully, but these errors were encountered: