Skip to content

Commit 917b3ed

Browse files
authored
Update v1_46.md
fix typo
1 parent fe0a511 commit 917b3ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

remote-release-notes/v1_46.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## VS Code Remote Core
44

5-
With this release, we allow you to install an already installed multi-kind (that can run locally or remotely) extension in its preferred location using **Install in Remote** or **Install Locally** action. For example, the [Docker extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker) prefers to run remotely but it currently is installed and running locally. In this case we show the **Install in Remote** action for the Docker extension. This will install and run the Docker extension remotely:
5+
With this release, we allow you to install an already installed multi-kind (that can run locally or remotely) extension in its preferred location using **Install in Remote** or **Install Locally** action. For example, the [Docker extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-docker) prefers to run remotely but it is currently installed and running locally. In this case we show the **Install in Remote** action for the Docker extension. This will install and run the Docker extension remotely:
66

77
![Install in Remote for Docker Extension](images/1_46/extensions-install-preferred.png)
88

@@ -24,7 +24,7 @@ When **Remote-Containers: Open Repository in Container...** fails to start the [
2424

2525
### GPG forwarding
2626

27-
If you have [GPG](https://www.gnupg.org) installed locally and in the DevContainer, we will now forward the GPG socket for signing and encryption and copy your `pubring.kbx` and `trustdb.gpg` (if they do not exist already) into the container. This also allows for signing Git commits.
27+
If you have [GPG](https://www.gnupg.org) installed locally and in the Dev Container, we will now forward the GPG socket for signing and encryption and copy your `pubring.kbx` and `trustdb.gpg` (if they do not exist already) into the container. This also allows for signing Git commits.
2828

2929
### Additional devcontainer.json command properties
3030

0 commit comments

Comments
 (0)