Skip to content

Commit c81c360

Browse files
Update README.md
Co-authored-by: Max Petts <[email protected]> Signed-off-by: gilice <[email protected]>
1 parent 1b09e84 commit c81c360

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ If you haven't used Rust before, consider familiarizing yourself with the [docum
1515
- 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.
1616
- Although this is **not recommended because of performance concerns**, to always load your extension, you can use `*`
1717
- Edit the `wasm` property to reflect the (relative) path of the built plugin.
18+
- Edit the `Cargo.toml` name property to match the `volt.toml` name property.
1819
- Lapce loads extensions that are placed inside its plugins folder.
1920
- 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.
2021
- If it doesn't,

0 commit comments

Comments
 (0)