Using tinymist configuration #18
Unanswered
akshaybabloo
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
It seems correct to me. If it works, great, if it doesn't please provide more context like the errors you're getting |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In my VSCode I have a configuration something like this
{ "tinymist.fontPaths": [ "fonts" ], "tinymist.typstExtraArgs": [ "main.typ" ], }Is this the right way to translate it for Zed?
{ "lsp": { "tinymist": { "initialization_options": { "typstExtraArgs": ["main.typ"], "fontPaths": ["fonts"] } } } }Beta Was this translation helpful? Give feedback.
All reactions