Closed ItsCrem closed 2 months ago
You seems to use an outdated tinymist binary. Please check and upgrade it. This is being an common issue of nix users
OK when I upgrade to unstable.tinymist
, the preview works now.
Interesting though that my tinymist
binary still reports weird information.
Observe the difference between -V
and --version
flags.
❯ tinymist -V
tinymist 0.11.16
❯ tinymist --version
tinymist
Build Timestamp: 1980-01-01T00:00:00.000000000Z
Build Git Describe: VERGEN_IDEMPOTENT_OUTPUT
Commit SHA: VERGEN_IDEMPOTENT_OUTPUT
Commit Date: None
Commit Branch: None
Cargo Target Triple: x86_64-unknown-linux-gnu
Typst Version: 0.11.1
VERGEN_IDEMPOTENT_OUTPUT
I think this is expected since nix doesn't like you embed these version informatio. They exclude it when building tinymist.
Everything seems to be working though :)
Thanks for the help!
Describe the bug I am trying to use your plugin on my NixOS machine and the preview functionality does not seem to work. In the logs it seems to refer to "No Method Found".
Package/Software version:
VSCode version(Help -> About):
tinymist extension version:
v0.11.0
. Get it bytinymist --version
in terminal.Logs:
tinymist server log(Output Panel -> tinymist):
tinymist client log(Help -> Toggle Developer Tools -> Console):
Additional context Add any other context about the problem here.
So it might be a NixOS specific issue. I tried on my Mac and it worked perfectly.
The same problem happens when I installed the plugin via NixOS configuration or just through the VSCode Marketplace as well.
Path Location of tinymist binary:
/etc/profiles/per-user/crem/bin/tinymist
Please let me know if you require any additional logs or configurations.