mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-26 15:44:20 +00:00
Add Windows path for extensions (#42645)
### Description The `installing-extensions.md` guide was missing the directory path for the Windows platform. It currently only lists the paths for macOS and Linux. This PR adds the correct path for Windows users (`%LOCALAPPDATA%\zed\extensions`). Release Notes: - N/A --------- Co-authored-by: Kirill Bulatov <mail4score@gmail.com>
This commit is contained in:
parent
3281b9077f
commit
fc11ecfa2b
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ Here you can view the extensions that you currently have installed or search and
|
|||
|
||||
- On macOS, extensions are installed in `~/Library/Application Support/Zed/extensions`.
|
||||
- On Linux, they are installed in either `$XDG_DATA_HOME/zed/extensions` or `~/.local/share/zed/extensions`.
|
||||
- On Windows, the directory is `%LOCALAPPDATA%\Zed\extensions`.
|
||||
|
||||
This directory contains two subdirectories:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue