diff options
| author | Leedehai <18319900+Leedehai@users.noreply.github.com> | 2023-11-24 05:39:50 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-24 11:39:50 +0100 |
| commit | 07ae4fb923cfd690ce81301397438b5112f13b11 (patch) | |
| tree | 2249f586b589722cec2605eb44b3d34fda031d67 | |
| parent | 2b2bc6271629096cc7258614b84fde7684437dbe (diff) | |
Update test-helper doc for the easiest installation instruction (#2744)
| -rw-r--r-- | tools/test-helper/README.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tools/test-helper/README.md b/tools/test-helper/README.md index c9226a23..0c410d94 100644 --- a/tools/test-helper/README.md +++ b/tools/test-helper/README.md @@ -14,6 +14,8 @@ 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`. +The simplest way to install this extension (and keep it up-to-date) is to use VSCode's UI: +* Go to View > Command Palette, +* In the drop down list, pick command "Developer: Install extension from location", +* Select this `test-helper` directory in the file explorer dialogue box. VSCode will add +the extension's path to `~/.vscode/extensions/extensions.json`. |
