Skip to content

Commit

Permalink
Add 1.82 social image
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Van Liew committed Sep 6, 2023
1 parent cff9a4e commit 1485dfe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions release-notes/images/1_82/release-highlights.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions release-notes/v1_82.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Welcome to the August 2023 release of Visual Studio Code. There are many updates
* **[Copy Notebook output](#notebooks)** - Easily copy cell output as well as generated images.
* **[WebAssembly debugging](#webassembly-debugging)** - Automatically decompile WASM code to step through and set breakpoints.
* **[New TypeScript refactorings](#typescript-52)** - Move to File and Inline Variables refactorings.
* **[New Python Formatting topic](#new-python-formatting-article)** - Learn how to integrate formatters such as autopep8 and black.
* **[New Python Formatting topic](#new-python-formatting-article)** - Learn how to integrate formatters such as autopep8 and Black.
* **[Preview: GitHub Copilot](#github-copilot)** - CreateWorkspace command includes file tree view to preview proposed code.

>If you'd like to read these release notes online, go to [Updates](https://code.visualstudio.com/updates) on [code.visualstudio.com](https://code.visualstudio.com).
Expand Down Expand Up @@ -201,11 +201,11 @@ The new setting `terminal.integrated.hideOnStartup` allows controlling whether a

The terminal now has a `terminal.integrated.focusAfterRun` setting so that users can specify if the terminal should be focused when **Terminal: Run Selected Text In Active Terminal** is invoked. The other options are the terminal's accessible buffer (`accessible-buffer`) or nothing focused (`none`).

### Resizable find
### Resizable Find

The terminal's find widget can now be resized using the sash on the right like in the editor:
The terminal's Find control can now be resized using the sash on the right similar to the editor:

![Hover the left border of the find widget to see the resize handle](./images/1_82/terminal-find-resize.png)
![Hover the left border of the Find control to see the resize handle](images/1_82/terminal-find-resize.png)

### Faster rendering when GPU acceleration is disabled

Expand All @@ -217,7 +217,7 @@ When testing a typical render call on a terminal with 117 columns and 36 rows, i

When GPU acceleration is off, selection rendering is now inline with how the webgl renderer does it; where all backgrounds are changed into the theme's selection background color to ensure good contrast.

![The background when selected will now be the same as the rest of the selection](./images/1_82/terminal-dom-bg.png)
![The background when selected will now be the same as the rest of the selection](images/1_82/terminal-dom-bg.png)

### Respect half minimum contrast ratio for dimmed text

Expand Down Expand Up @@ -472,7 +472,7 @@ Alternatively, if you choose to use the existing environment, the environment is

#### New Python Formatting article

There is a new dedicated topic on [Python Formatting](https://code.visualstudio.com/docs/python/formatting), where you'll learn how to set a default formatter such as [autopep8](https://marketplace.visualstudio.com/items?itemName=ms-python.autopep8) or [black](https://marketplace.visualstudio.com/items?itemName=ms-python.black-formatter) and customize it through various settings.
There is a new dedicated topic on [Python Formatting](https://code.visualstudio.com/docs/python/formatting), where you'll learn how to set a default formatter such as [autopep8](https://marketplace.visualstudio.com/items?itemName=ms-python.autopep8) or [Black](https://marketplace.visualstudio.com/items?itemName=ms-python.black-formatter) and customize it through various settings.

## Preview Features

Expand Down Expand Up @@ -709,7 +709,7 @@ In this milestone, we are promoting the Electron 25 update to our stable users.

* DNS [result orders](https://github.com/nodejs/node/commit/1b2749ecbe) from the OS are no longer sorted. We have added `--dns-result-order=ipv4first` to our extension host in both local and server scenarios to avoid breaking extensions that might have not yet adopted this change. Moving forward, we recommend that extensions use the [autoSelectFamily](https://nodejs.org/dist/latest-v18.x/docs/api/all.html#all_net_socketconnectoptions-connectlistener) option in `socket.connect` API to accommodate the result order changes.

* Prebuilt binaries from the [official Node.js repo](https://nodejs.org) for Linux are now compatible with Linux distributions based on glibc 2.28 or later. This would mean dropping support from our servers for Ubuntu 18, CentOS 7, RHEL 7 etc. We are now shipping a custom build of Node.js for our Linux servers to maintain glibc 2.17 or later compatibility. This support will change in future updates once we are no longer capable of building newer Node.js versions on CentOS 7 images, so we advice our server users to updater their OS versions if they are affected by this change.
* Prebuilt binaries from the [official Node.js repo](https://nodejs.org) for Linux are now compatible with Linux distributions based on glibc 2.28 or later. This would mean dropping support from our servers for Ubuntu 18, CentOS 7, RHEL 7 etc. We are now shipping a custom build of Node.js for our Linux servers to maintain glibc 2.17 or later compatibility. This support will change in future updates once we are no longer capable of building newer Node.js versions on CentOS 7 images, so we advice our server users to update their OS versions if they are affected by this change.

#### Update highlights for Chromium

Expand Down

0 comments on commit 1485dfe

Please sign in to comment.