Skip to content

Commit f2de216

Browse files
committed
Format fixes, typo
1 parent 863a1a4 commit f2de216

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/remote/containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ See the following examples dev containers for additional information:
599599
* Alpine Linux or Windows container images are not yet supported. Most images come with a Debian or Ubuntu based flavor you can use instead. (Typically Alpine variations end in `-alpine`).
600600
* All roots/folders in a multi-root workspace will be opened in the same container, regardless of whether there are configuration files at lower levels.
601601
* The unofficial Ubuntu Docker **snap** package for Linux is **not** supported. Follow the [official Docker install instructions for your distribution](https://docs.docker.com/install/#supported-platforms).
602-
* When installing an extension pack in a container, extensions may install locally instead of inside the container. Click the **Install** button for each extension in the Local section of the extension panel to work around the issue. See [vscode-remote-release #11](https://github.com/Microsoft/vscode-remote-release/issues/11) for details.
602+
* When installing an extension pack in a container, extensions may install locally instead of inside the container. Click the **Install** button for each extension in the Local section of the extension panel to work around the issue. See [Microsoft/vscode-remote-release#11](https://github.com/Microsoft/vscode-remote-release/issues/11) for details.
603603
* If you clone a Git repository using SSH and your SSH key has a passphrase, VS Code's pull and sync features may hang when running remotely. Either use a SSH key without a passphrase, clone using HTTPS, or run `git push` from the command line to work around the issue.
604604
* Local proxy settings are not reused inside the container, which can prevent extensions from working unless the appropriate proxy information is configured (for example global `HTTP_PROXY` or `HTTPS_PROXY` environment variables with the appropriate proxy information).
605605

docs/remote/ssh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ VS Code's local user settings are also reused when you are connected to an SSH h
169169
- Linux hosts must have Bash (`/bin/bash`), `tar`, and either `curl` or `wget` installed.
170170
- PuTTY is not supported on Windows.
171171
- You cannot drag files out of the File Explorer to your local filesystem to copy them.
172-
- When installing an extension pack when connected to a SSH host, extensions may install locally instead of inside on the host. Click the **Install** button for each extension in the Local section of the extension panel to work around the issue. See [vscode-remote-release #11](https://github.com/Microsoft/vscode-remote-release/issues/11) for details.
172+
- When installing an extension pack when connected to a SSH host, extensions may install locally instead of inside on the host. Click the **Install** button for each extension in the Local section of the extension panel to work around the issue. See [Microsoft/vscode-remote-release#11](https://github.com/Microsoft/vscode-remote-release/issues/11) for details.
173173
- If you clone a Git repository using SSH and your SSH key has a passphrase, VS Code's pull and sync features may hang when running remotely. Either use a SSH key without a passphrase, clone using HTTPS, or run `git push` from the command line to work around the issue.
174174
- Local proxy settings are not reused on the remote host, which can prevent extensions from working unless the appropriate proxy information is configured on the remote host (for example global `HTTP_PROXY` or `HTTPS_PROXY` environment variables with the appropriate proxy information).
175175
- See [here for a list of active issues](https://aka.ms/vscode-remote/ssh/issues) related to SSH.
@@ -186,7 +186,7 @@ The Docker extension is configured to run as a local "UI" extension by default.
186186

187187
### Extension limitations
188188

189-
Many extensions will work on remote SSH hosts modification. However, in some cases, certain features may require changes. If you run into an extension issue, there is [a summary of common problems and solutions](/docs/remote/troubleshooting.md#extension-tips) that you can mention to the extension author when reporting the issue.
189+
Many extensions will work on remote SSH hosts without modification. However, in some cases, certain features may require changes. If you run into an extension issue, there is [a summary of common problems and solutions](/docs/remote/troubleshooting.md#extension-tips) that you can mention to the extension author when reporting the issue.
190190

191191
## Common questions
192192

docs/remote/wsl.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,24 +114,24 @@ See [here for a list of active issues](https://aka.ms/vscode-remote/wsl/issues)
114114

115115
| Issue | Existing issues |
116116
|---|---|
117-
Non-empty folders in the open workspace can't be renamed | https://github.com/Microsoft/WSL/issues/3395, https://github.com/Microsoft/WSL/issues/1956
118-
| When installing an extension pack in WSL, extensions may install locally instead of in WSL. Click the **Install** button for each extension in the Local section of the extension panel to work around the issue. | [vscode-remote-release #11](https://github.com/Microsoft/vscode-remote-release/issues/11) |
117+
Non-empty folders in the open workspace can't be renamed | [Microsoft/WSL#3395](https://github.com/Microsoft/WSL/issues/3395), [Microsoft/WSL#1956](https://github.com/Microsoft/WSL/issues/1956)
118+
| When installing an extension pack in WSL, extensions may install locally instead of in WSL. Click the **Install** button for each extension in the Local section of the extension panel to work around the issue. | [Microsoft/vscode-remote-release#11](https://github.com/Microsoft/vscode-remote-release/issues/11) |
119119

120120
In addition, local proxy settings are not reused by VS Code running in WSL, which can prevent extensions from working without adding a global `HTTP_PROXY` and `HTTPS_PROXY` environment variable with the appropriate proxy information.
121121

122122
### Golang in WSL
123123

124124
| Issue | Existing issues |
125125
|---|---|
126-
Delve debugger doesn't work under WSL | https://github.com/go-delve/delve/issues/810 https://github.com/Microsoft/vscode-go/issues/926 |
126+
Delve debugger doesn't work under WSL | [go-delve/delve#810](https://github.com/go-delve/delve/issues/810), [Microsoft/vscode-go#926](https://github.com/Microsoft/vscode-go/issues/926) |
127127

128128
### Node.js in WSL
129129

130130
| Issue | Existing issues |
131131
|---|---|
132-
NodeJS Error: spawn EACCES (different variants of this error) | https://github.com/Microsoft/WSL/issues/3886 |
133-
Webpack HMR not working | https://github.com/Microsoft/WSL/issues/2709 |
134-
Firebase via node unusably slow only on WSL | https://github.com/Microsoft/WSL/issues/2657 |
132+
NodeJS Error: spawn EACCES (different variants of this error) | [Microsoft/WSL#3886](https://github.com/Microsoft/WSL/issues/3886) |
133+
Webpack HMR not working | [Microsoft/WSL#2709](https://github.com/Microsoft/WSL/issues/2709) |
134+
Firebase via node unusably slow only on WSL | [Microsoft/WSL#2657](https://github.com/Microsoft/WSL/issues/2657) |
135135

136136
### Git limitations
137137

0 commit comments

Comments
 (0)