Skip to content

Commit

Permalink
Update remote-release-notes links to use main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gregvanl committed Feb 11, 2021
1 parent 7abfa1a commit afefbc5
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ You might want to clone the repo without the 1.6GB images. Here are the steps:
- `git lfs pull -I "docs/nodejs"` to only download images in `docs/nodejs`
- `git lfs pull -I "release-notes/images/1_4*/*"` to only download images in `release-notes/images/1_4*`
- `git lfs pull -I "docs,api"` to download all images in `docs` and in `api`
- `git lfs pull -I <PATTERN>`, as long as `<PATTERN>` is a valid [Git LFS Include and Exclude pattern](https://github.com/git-lfs/git-lfs/blob/master/docs/man/git-lfs-fetch.1.ronn#include-and-exclude).
- `git lfs pull -I <PATTERN>`, as long as `<PATTERN>` is a valid [Git LFS Include and Exclude pattern](https://github.com/git-lfs/git-lfs/blob/main/docs/man/git-lfs-fetch.1.ronn#include-and-exclude).

The history of this repo before we adopted LFS can be found at [microsoft/vscode-docs-archive](https://github.com/microsoft/vscode-docs-archive).

Expand Down
2 changes: 1 addition & 1 deletion blogs/2019/10/03/remote-ssh-tips-and-tricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ If you're interested in testing new updates and experimental features as soon as

## We'd like your feedback

Thanks for trying out the Remote - SSH extension! If you run into any issues or would like to suggest new features or scenarios for us, please open an issue on our [GitHub repo](https://github.com/microsoft/vscode-remote-release/issues). If you want to see what features we're currently working on or are upcoming, take a look at our Remote Development [release notes](https://github.com/microsoft/vscode-docs/tree/master/remote-release-notes) and [iteration plans](https://github.com/microsoft/vscode-remote-release/issues?q=is%3Aopen+is%3Aissue+label%3Aiteration-plan). You can also try out the introductory [Remote development over SSH tutorial](https://code.visualstudio.com/docs/remote/ssh-tutorial), which walk you through using the other remote extensions to work inside Docker containers and the [Window Subsystem for Linux](https://docs.microsoft.com/windows/wsl) (WSL).
Thanks for trying out the Remote - SSH extension! If you run into any issues or would like to suggest new features or scenarios for us, please open an issue on our [GitHub repo](https://github.com/microsoft/vscode-remote-release/issues). If you want to see what features we're currently working on or are upcoming, take a look at our Remote Development [release notes](https://github.com/microsoft/vscode-docs/blob/main/remote-release-notes) and [iteration plans](https://github.com/microsoft/vscode-remote-release/issues?q=is%3Aopen+is%3Aissue+label%3Aiteration-plan). You can also try out the introductory [Remote development over SSH tutorial](https://code.visualstudio.com/docs/remote/ssh-tutorial), which walk you through using the other remote extensions to work inside Docker containers and the [Window Subsystem for Linux](https://docs.microsoft.com/windows/wsl) (WSL).

Happy Remote Coding,

Expand Down
2 changes: 1 addition & 1 deletion release-notes/v1_35.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ The [Remote Development](https://aka.ms/vscode-remote/download/extension) extens

![Remote development architecture](images/1_35/remote-architecture.png)

You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/tree/master/remote-release-notes/v1_35.md).
You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/blob/main/remote-release-notes/v1_35.md).

## Extension authoring

Expand Down
2 changes: 1 addition & 1 deletion release-notes/v1_36.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ With the Java extensions installed, Visual Studio Code provides comprehensive Ja

### Remote Development (Preview)

Work has continued on the [Remote Development](https://aka.ms/vscode-remote/download/extension) extensions, which allow you to use a container, remote machine, or the [Windows Subsystem for Linux](https://docs.microsoft.com/windows/wsl) (WSL) as a full-featured development environment. You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/tree/master/remote-release-notes/v1_36.md).
Work has continued on the [Remote Development](https://aka.ms/vscode-remote/download/extension) extensions, which allow you to use a container, remote machine, or the [Windows Subsystem for Linux](https://docs.microsoft.com/windows/wsl) (WSL) as a full-featured development environment. You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/blob/main/remote-release-notes/v1_36.md).

And to learn more about developing Linux applications on Windows, see this [Linux development with WSL and Visual Studio Code Remote](https://devblogs.microsoft.com/commandline/take-your-linux-development-experience-in-windows-to-the-next-level-with-wsl-and-visual-studio-code-remote/) blog post from the Windows Developer Platform team.

Expand Down
2 changes: 1 addition & 1 deletion release-notes/v1_37.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ Task providers can now implement `resolveTask` to reduce the overhead for extens

### Remote Development (Preview)

Work has continued on the [Remote Development](https://aka.ms/vscode-remote/download/extension) extensions, which allow you to use a container, remote machine, or the [Windows Subsystem for Linux](https://docs.microsoft.com/windows/wsl) (WSL) as a full-featured development environment. You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/tree/master/remote-release-notes/v1_37.md).
Work has continued on the [Remote Development](https://aka.ms/vscode-remote/download/extension) extensions, which allow you to use a container, remote machine, or the [Windows Subsystem for Linux](https://docs.microsoft.com/windows/wsl) (WSL) as a full-featured development environment. You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/blob/main/remote-release-notes/v1_37.md).

You can also read two recent blog posts describing:

Expand Down
2 changes: 1 addition & 1 deletion release-notes/v1_38.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ Feature highlights in 1.38 include:
* VS Code Insiders experimental support for ARMv8l / AArch64 SSH hosts.
* Improvements to Remote - Containers including a new container explorer!

You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/tree/master/remote-release-notes/v1_38.md).
You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/blob/main/remote-release-notes/v1_38.md).

## Extension authoring

Expand Down
2 changes: 1 addition & 1 deletion release-notes/v1_39.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Feature highlights in 1.39 include:
* New **Open Repository in Container** command so you can work on source code repositories in isolation.
* Experimental support for SSH connection sharing and using SSH to connect to Windows remote machines.

You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/tree/master/remote-release-notes/v1_39.md).
You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/blob/main/remote-release-notes/v1_39.md).

You can also read two recent blog posts describing:

Expand Down
2 changes: 1 addition & 1 deletion release-notes/v1_41.md
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ Feature highlights in 1.41 include:
* Remote - WSL: Support on Windows 10 ARM-based PCs such as Surface Pro X.
* Remote Explorer can now scope available views to specific remote types.

You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/tree/master/remote-release-notes/v1_41.md).
You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/blob/main/remote-release-notes/v1_41.md).

You can also read a recent blog post about [Inspecting Containers with VS Code](https://code.visualstudio.com/blogs/2019/10/31/inspecting-containers) and try the updated [Using C++ and WSL in VS Code](https://code.visualstudio.com/docs/cpp/config-wsl) tutorial.

Expand Down
2 changes: 1 addition & 1 deletion release-notes/v1_42.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ Feature highlights in 1.42 include:
* Remote - Containers: Pre-built container images, which include dependencies such as Git and zsh.
* Forwarded Ports view: Map, view, and reuse SSH and container ports.

You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/tree/master/remote-release-notes/v1_42.md).
You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/blob/main/remote-release-notes/v1_42.md).

## Extension authoring

Expand Down
2 changes: 1 addition & 1 deletion release-notes/v1_43.md
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ Feature highlights in 1.43 include:
* Remote - SSH: Connection sharing on by default.
* Remote - WSL: Check out the recent [Using Docker in WSL 2](https://code.visualstudio.com/blogs/2020/03/02/docker-in-wsl2) blog post.

You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/tree/master/remote-release-notes/v1_43.md).
You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/blob/main/remote-release-notes/v1_43.md).

### Vetur

Expand Down
2 changes: 1 addition & 1 deletion release-notes/v1_44.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ Feature highlights in 1.44 include:
* Remote - Containers: Kubernetes container attach support.
* Remote - Containers: Experimental WSL 2 Docker engine support.

You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/tree/master/remote-release-notes/v1_44.md).
You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/blob/main/remote-release-notes/v1_44.md).

## Extension authoring

Expand Down
2 changes: 1 addition & 1 deletion release-notes/v1_45.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ Feature highlights in 1.45 include:
* Remote - Containers: WSL 2 Docker and Podman engines support.
* Remote - Containers: New `devcontainer.json` variables for local and container folders.

You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/tree/master/remote-release-notes/v1_45.md).
You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/blob/main/remote-release-notes/v1_45.md).

### GitHub Pull Requests and Issues

Expand Down
2 changes: 1 addition & 1 deletion release-notes/v1_46.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ New features in 1.46 include:
* Remote - Containers: Support for inspecting a Docker volume.
* Remote - Containers: New `devcontainer.json` command properties.

You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/tree/master/remote-release-notes/v1_46.md).
You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/blob/main/remote-release-notes/v1_46.md).

### Hex Editor

Expand Down
2 changes: 1 addition & 1 deletion release-notes/v1_47.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ Feature highlights in 1.47 include:
* Remote - Containers: Prompt to open repository in a volume.
* Remote - Containers and WSL: Check out the recent [Using Remote Containers in WSL 2](https://code.visualstudio.com/blogs/2020/07/01/containers-wsl) blog post.

You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/tree/master/remote-release-notes/v1_47.md).
You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/blob/main/remote-release-notes/v1_47.md).

If you are new to VS Code Remote Development, you can get started with these introductory tutorials:

Expand Down
2 changes: 1 addition & 1 deletion release-notes/v1_48.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Feature highlights in 1.48 include:
* Remote - Containers: Pull environment variables from login and shell scripts.
* Remote - SSH: Fewer prompts when starting or maintaining an SSH connection.

You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/tree/master/remote-release-notes/v1_48.md).
You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/blob/main/remote-release-notes/v1_48.md).

### Notebooks

Expand Down
2 changes: 1 addition & 1 deletion release-notes/v1_49.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ Feature highlights in 1.49 include:
* Welcome views: All Remote extensions include a new Welcome experience to help you get started.
* Remote - Containers: You can now directly clone a repository from GitHub into a container volume.

You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/tree/master/remote-release-notes/v1_49.md).
You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/blob/main/remote-release-notes/v1_49.md).

### GitHub Pull Requests and Issues

Expand Down
2 changes: 1 addition & 1 deletion release-notes/v1_50.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ Feature highlights in 1.50 include:
* Better recovery support for cloning repositories in container volumes.
* Ability to install an extension in a remote context (container, SSH, WSL) without having to reload VS Code.

You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/tree/master/remote-release-notes/v1_50.md).
You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/blob/main/remote-release-notes/v1_50.md).

### ESLint

Expand Down
2 changes: 1 addition & 1 deletion release-notes/v1_51.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Feature highlights in 1.51 include:
* Ability to persist/reconnect to terminal sessions.
* Improved port forwarding experience.

You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/tree/master/remote-release-notes/v1_51.md).
You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/blob/main/remote-release-notes/v1_51.md).

## Preview features

Expand Down
2 changes: 1 addition & 1 deletion release-notes/v1_52.md
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ Feature highlights in 1.52 include:
* You can now select a branch when you open a repository in a container.
* Server startup performance improvements by installing extensions in the background.

You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/tree/master/remote-release-notes/v1_52.md).
You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/blob/main/remote-release-notes/v1_52.md).

### Notebooks

Expand Down
2 changes: 1 addition & 1 deletion release-notes/v1_53.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ Feature highlights in 1.53 include:
* Containers now support SSH connection with password entry.
* Installation of extensions from a WSL shell.

You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/tree/master/remote-release-notes/v1_53.md).
You can learn about new extension features and bug fixes in the [Remote Development release notes](https://github.com/microsoft/vscode-docs/blob/main/remote-release-notes/v1_53.md).

## Extension authoring

Expand Down
2 changes: 1 addition & 1 deletion remote-release-notes/v1_42.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If you want to have your forwarded ports restored when you open the same folder

### Auto-detect remote OS

In order to improve our support for Windows remotes, the Remote-SSH extension is now capable of detecting the OS of the remote as it connects to it. Previously, it was required to use the `remote.SSH.windowsRemotes` setting to declare a particular remote as Windows. Now, this is not needed, as long as you have set `remote.SSH.useLocalServer` to opt-in to the new "connection sharing mode" (see [the v1.39 release notes](https://github.com/microsoft/vscode-docs/blob/master/remote-release-notes/v1_39.md#ssh-connection-sharing) for more details).
In order to improve our support for Windows remotes, the Remote-SSH extension is now capable of detecting the OS of the remote as it connects to it. Previously, it was required to use the `remote.SSH.windowsRemotes` setting to declare a particular remote as Windows. Now, this is not needed, as long as you have set `remote.SSH.useLocalServer` to opt-in to the new "connection sharing mode" (see [the v1.39 release notes](https://github.com/microsoft/vscode-docs/blob/main/remote-release-notes/v1_39.md#ssh-connection-sharing) for more details).

The remote machine must be Windows 10, running an OpenSSH server, and you must use VS Code [Insiders](https://code.visualstudio.com/insiders/).

Expand Down
2 changes: 1 addition & 1 deletion remote-release-notes/v1_43.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ There is now support for connecting to macOS hosts. You don't need to do anythin

### Connection sharing mode enabled by default

[A few months ago](https://github.com/microsoft/vscode-docs/blob/master/remote-release-notes/v1_39.md#ssh-connection-sharing), we added a new connection mode for Remote - SSH that creates a single SSH connection per host and can be shared between windows and across window reloads. Connection sharing reduces the time it takes to open a new window and the number of times you need to enter your password. It has been available behind a setting but this mode is now enabled by default.
[A few months ago](https://github.com/microsoft/vscode-docs/blob/main/remote-release-notes/v1_39.md#ssh-connection-sharing), we added a new connection mode for Remote - SSH that creates a single SSH connection per host and can be shared between windows and across window reloads. Connection sharing reduces the time it takes to open a new window and the number of times you need to enter your password. It has been available behind a setting but this mode is now enabled by default.

## Containers

Expand Down

0 comments on commit afefbc5

Please sign in to comment.