docs: Add note about path
in extensions.toml
(#25778)
This PR adds a note about the `path` field in `extensions.toml` and how to use it. Suggested in https://github.com/zed-industries/extensions/pull/2128. Release Notes: - N/A
This commit is contained in:
parent
eaf3949614
commit
c05ce882e9
1 changed files with 2 additions and 0 deletions
|
@ -111,6 +111,8 @@ submodule = "extensions/my-extension"
|
|||
version = "0.0.1"
|
||||
```
|
||||
|
||||
> If your extension is in a subdirectory within the submodule you can use the `path` field to point to where the extension resides.
|
||||
|
||||
3. Run `pnpm sort-extensions` to ensure `extensions.toml` and `.gitmodules` are sorted
|
||||
|
||||
Once your PR is merged, the extension will be packaged and published to the Zed extension registry.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue