You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/v1_63.md
+14-7Lines changed: 14 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,17 @@ The [Extension Pack for Java](https://marketplace.visualstudio.com/items?itemNam
151
151
152
152
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.
153
153
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
+
154
165
## Extension authoring
155
166
156
167
### Updated API proposal structure
@@ -314,8 +325,8 @@ You can provide feedback about this API in [issue #74967](https://github.com/mic
314
325
315
326
*[131345](https://github.com/microsoft/vscode/issues/131345) Default settings deprecation warning with `\n` breaks the json
316
327
*[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
318
328
*[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
319
330
320
331
## Thank you
321
332
@@ -329,8 +340,8 @@ Contributions to `vscode`:
329
340
*[@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)
330
341
*[@filiptronicek (Filip Troníček)](https://github.com/filiptronicek): Rename arg `connectionToken` to `connection-token`[PR #136620](https://github.com/microsoft/vscode/pull/136620)
*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)
334
345
* Avoid conflicting scopes and commandIds in quiet logins from Accounts (fix #137601) [PR #137613](https://github.com/microsoft/vscode/pull/137613)
335
346
*[@grandeljay (Jay)](https://github.com/grandeljay): Remove brackets from PHP statements [PR #137447](https://github.com/microsoft/vscode/pull/137447)
336
347
*[@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`:
Copy file name to clipboardExpand all lines: remote-release-notes/v1_63.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
9
9
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.
10
10
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.
12
12
13
13
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).
0 commit comments