From fc11ecfa2b845ae0a24efb3976d71463077fc3fa Mon Sep 17 00:00:00 2001 From: mg <108034506+mg0x7BE@users.noreply.github.com> Date: Mon, 24 Nov 2025 10:46:15 +0100 Subject: [PATCH] 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 --- docs/src/extensions/installing-extensions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/extensions/installing-extensions.md b/docs/src/extensions/installing-extensions.md index 801fe5c55c0f47530e2656cd831619d1457ba13e..d9573556f0d4faeedbfdebbe72e51ad17fbfbb57 100644 --- a/docs/src/extensions/installing-extensions.md +++ b/docs/src/extensions/installing-extensions.md @@ -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: