Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Max Petts <maxpetts9@gmail.com>
Signed-off-by: gilice <104317939+gilice@users.noreply.github.com>
  • Loading branch information
gilice and maxpetts authored Dec 21, 2022
1 parent 1b09e84 commit c81c360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ If you haven't used Rust before, consider familiarizing yourself with the [docum
- Check the `activation` block. Here, you can configure when Lapce will load your plugin. The two corresponding settings, `language` and `workspace-contains` accept an array of RegExps.
- Although this is **not recommended because of performance concerns**, to always load your extension, you can use `*`
- Edit the `wasm` property to reflect the (relative) path of the built plugin.
- Edit the `Cargo.toml` name property to match the `volt.toml` name property.
- Lapce loads extensions that are placed inside its plugins folder.
- If your filesystem supports symbolic links, symlink the plugin directory to `~/.local/share/lapce-stable/`, or `/Users/[USERNAME]/Library/Application Support/dev.lapce.Lapce-Stable/plugins` for Mac.
- If it doesn't,
Expand Down

0 comments on commit c81c360

Please sign in to comment.