Skip to content

Commit f518dcb

Browse files
author
gregvanl
committed
Add remote extensions section
1 parent 1bf003d commit f518dcb

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

release-notes/v1_63.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,17 @@ The [Extension Pack for Java](https://marketplace.visualstudio.com/items?itemNam
151151

152152
You can also check out the Java tutorials and user guides at [https://code.visualstudio.com/docs/java](https://code.visualstudio.com/docs/java) to help get you started.
153153

154+
### Remote Development
155+
156+
Work continues on the [Remote Development extensions](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack), 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.
157+
158+
Feature highlights in 1.63 include:
159+
160+
* Configurable WSL connection method lets you use `wsl.exe` or a socket connection to talk to the server.
161+
* Advanced container configuration videos covering how to [change the default location of your project](https://code.visualstudio.com/remote/advancedcontainers/change-default-source-mount) and [improve performance on Windows](https://code.visualstudio.com/remote/advancedcontainers/improve-performance).
162+
163+
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_63.md).
164+
154165
## Extension authoring
155166

156167
### Updated API proposal structure
@@ -314,8 +325,8 @@ You can provide feedback about this API in [issue #74967](https://github.com/mic
314325

315326
* [131345](https://github.com/microsoft/vscode/issues/131345) Default settings deprecation warning with `\n` breaks the json
316327
* [137012](https://github.com/microsoft/vscode/issues/137012) Emmet does not work in js/jsx files for VS Code 1.62.2(Universal)
317-
* [138302](https://github.com/microsoft/vscode/pull/138302) Perf: Update editor configuration only after extensions are registered
318328
* [138153](https://github.com/microsoft/vscode/issues/138153) Perf: _removePropertiesWithPossibleUserInfo is ~10% of the cost of loading a renderer
329+
* [138302](https://github.com/microsoft/vscode/pull/138302) Perf: Update editor configuration only after extensions are registered
319330

320331
## Thank you
321332

@@ -329,8 +340,8 @@ Contributions to `vscode`:
329340
* [@alex-brs](https://github.com/alex-brs): build/npm/preinstall: fix error message for node version [PR #136794](https://github.com/microsoft/vscode/pull/136794)
330341
* [@filiptronicek (Filip Troníček)](https://github.com/filiptronicek): Rename arg `connectionToken` to `connection-token` [PR #136620](https://github.com/microsoft/vscode/pull/136620)
331342
* [@gjsjohnmurray (John Murray)](https://github.com/gjsjohnmurray)
332-
* Add progress indicator to SCM in activity bar while QuickDiff is preparing [PR #136969](https://github.com/microsoft/vscode/pull/136969)
333-
* Word missing from setting description (fix #137027) [PR #137028](https://github.com/microsoft/vscode/pull/137028)
343+
* Add progress indicator to SCM in activity bar while QuickDiff is preparing [PR #136969](https://github.com/microsoft/vscode/pull/136969)
344+
* Word missing from setting description (fix #137027) [PR #137028](https://github.com/microsoft/vscode/pull/137028)
334345
* Avoid conflicting scopes and commandIds in quiet logins from Accounts (fix #137601) [PR #137613](https://github.com/microsoft/vscode/pull/137613)
335346
* [@grandeljay (Jay)](https://github.com/grandeljay): Remove brackets from PHP statements [PR #137447](https://github.com/microsoft/vscode/pull/137447)
336347
* [@Gvozd (Gvozd)](https://github.com/Gvozd): 133348 fix oom when search opened in editor [PR #136554](https://github.com/microsoft/vscode/pull/136554)
@@ -369,10 +380,6 @@ Contributions to `vscode-css-languageservice`:
369380

370381
* [@avigoldman (Avi Goldman)](https://github.com/avigoldman): Respect `kind` property [PR #254](https://github.com/microsoft/vscode-css-languageservice/pull/254)
371382

372-
Contributions to `vscode-docs`:
373-
374-
* [@chgill-MSFT (Christopher R. Gill)](https://github.com/chgill-MSFT): Chgill-update-verified-publisher-docs [PR #4957](https://github.com/microsoft/vscode-docs/pull/4957)
375-
376383
Contributions to `vscode-eslint`:
377384

378385
* [@asingh04 (Abhishek Singh)](https://github.com/asingh04): Handle preexisting disable rule comments [PR #1261](https://github.com/microsoft/vscode-eslint/pull/1261)

remote-release-notes/v1_63.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
The WSL - Remote extension now uses a new connection method for WSL 2 that tackles reconnection issues that can occur after hibernate and when working on machines with flaky internet connections. It should also help when working behind a proxy.
1010

11-
Instead of using a socket connection to the WSL 2 VM address, it uses the `wsl.exe` command to talk to server.
11+
Instead of using a socket connection to the WSL 2 VM address, it uses the `wsl.exe` command to talk to the server.
1212

1313
A new setting `remote.WSL2.connectionMethod` allows you to select the connection method. `wslExeProxy` is the new default. The other options are `wsl2VMAddress` (use a socket connection to the IP of the WSL2 VM) and `localhost` (use a socket connection to `localhost` and let Windows handle the proxy).
1414

0 commit comments

Comments
 (0)