Fix docs on remote extensions (#30631)
Closes #17021 This was implemented a while ago, but I never updated the docs. Sorry. Release Notes: - N/A
This commit is contained in:
parent
8fe134e361
commit
6f297132b4
1 changed files with 2 additions and 1 deletions
|
@ -158,6 +158,8 @@ Depending on the kind of setting you want to make, which settings file you shoul
|
|||
- Server settings should be used for things that affect the server: paths to language servers, etc.
|
||||
- Local settings should be used for things that affect the UI: font size, etc.
|
||||
|
||||
In addition any extensions you have installed locally will be propagated to the remote server. This means that language servers, etc. will run correctly.
|
||||
|
||||
## Initializing the remote server
|
||||
|
||||
Once you provide the SSH options, Zed shells out to `ssh` on your local machine to create a ControlMaster connection with the options you provide.
|
||||
|
@ -200,7 +202,6 @@ Note that we deliberately disallow some options (for example `-t` or `-T`) that
|
|||
|
||||
## Known Limitations
|
||||
|
||||
- Zed extensions are not yet supported on remotes, so languages that need them for support do not work.
|
||||
- You can't open files from the remote Terminal by typing the `zed` command.
|
||||
|
||||
## Feedback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue