Explain how to install VS Code tools

This commit is contained in:
Laurenz 2023-09-12 11:07:55 +02:00
parent fa29c66a11
commit 3ca4c94870
2 changed files with 10 additions and 0 deletions

View File

@ -6,3 +6,8 @@ autoclosing etc.
The extension was created for development purposes only. It is not maintained
and its grammar is not 100% accurate. For a more actively developed extension
see the third-party [Typst LSP](https://github.com/nvarner/typst-lsp).
## Installation
The simplest way to install this extension (and keep it up-to-date) is to add a
symlink from `~/.vscode/extensions/typst-support` to
`path/to/typst/tools/support`.

View File

@ -12,3 +12,8 @@ the `tests` folder.
For the test helper to work correctly, you also need to install `oxipng`, for
example with `cargo install oxipng`.
## Installation
The simplest way to install this extension (and keep it up-to-date) is to add a
symlink from `~/.vscode/extensions/typst-test-helper` to
`path/to/typst/tools/test-helper`.