vscode-docs/release-notes/v1_49.md

67 строки
3.9 KiB
Markdown
Исходник Обычный вид История

2020-08-14 19:32:40 +03:00
---
Order: 58
TOCTitle: August 2020
PageTitle: Visual Studio Code August 2020
MetaDescription: Learn what is new in the Visual Studio Code August 2020 Release (1.49)
MetaSocialImage: 1_49/release-highlights.png
Date: 2020-9-12
DownloadVersion: 1.49.0
---
# August 2020 (version 1.49)
<!-- DOWNLOAD_LINKS_PLACEHOLDER -->
Welcome to the Insiders build. These are the preliminary notes for the August 1.49 release of Visual Studio Code. As we get closer to the release date, you'll find details below about new features and important fixes.
Until the August milestone release notes are available, you can still track our progress:
2020-08-18 20:54:32 +03:00
* **[August iteration plan](https://github.com/microsoft/vscode/issues/104735)** - Review what's planned for the milestone.
2020-08-14 19:32:40 +03:00
* **[Commit log](https://github.com/Microsoft/vscode/commits/master)** - GitHub commits to the vscode open-source repository.
* **[Closed issues](https://github.com/Microsoft/vscode/issues?q=is%3Aissue+milestone%3A%22August+2020%22+is%3Aclosed)** - Resolved bugs and implemented feature requests in the milestone.
We really appreciate people trying our new features as soon as they are ready, so check back here often and learn what's new.
If you find issues or have suggestions, you can enter them in the [VS Code repository](https://github.com/Microsoft/vscode/issues) on GitHub.
2020-08-28 11:59:16 +03:00
## Engineering
### Web Playground moved to a separate repository
The extension that drives our [online web playground](https://vscode-web-test-playground.azurewebsites.net/) as well as `yarn web` when running out of sources moved into it's own [repository](https://github.com/microsoft/vscode-web-playground).
### Web Playground support for different versions
Our [online web playground](https://vscode-web-test-playground.azurewebsites.net/) is now capable of running not only the latest insiders version of VSCode, but also the stable version or any released version by commit. New query parameters allow to drive this:
* `quality=<stable|insider>`
* `commit=<commit-sha>`
**Note:** if you specify a `commit` you must also specify it's associated `quality`.
### Minimal sandboxed workbench
We continue to explore enabling Electron's `sandbox` option in VSCode. During this milestone, we worked on allowing to bring up a minimal VSCode instance that is fully sandboxed by shimming a lot of the internals that today still require node.js access. This will be a multi-milestone journey and progress can be tracked at https://github.com/microsoft/vscode/issues/92164.
## Notable fixes
* [82604](https://github.com/microsoft/vscode/issues/82604): Web: editor does not provide a "Paste" action
* [105481](https://github.com/microsoft/vscode/issues/105481): macOS: detect high contrast theme
* [101110](https://github.com/microsoft/vscode/issues/101110): Allow to configure workbench.editor.restoreViewState per language
* [103052](https://github.com/microsoft/vscode/issues/103052): Order of files in "Search files by name" results is incorrect
2020-08-19 12:15:23 +03:00
## Thank you
Last but certainly not least, a big *__Thank You__* to the following people who contributed this month to VS Code:
2020-09-01 17:11:45 +03:00
Contributions to `vscode-eslint`:
* [Haojian Wu (@hokein)](https://github.com/hokein): Expose restartTimes to client. [PR #658](https://github.com/microsoft/vscode-languageserver-node/pull/658)
2020-08-19 12:15:23 +03:00
Contributions to `language-server-protocol`:
2020-08-19 12:31:20 +03:00
* [Daniel Mangum (@hasheddan)](https://github.com/hasheddan): Fix typo in v3.16 semantic tokens section [PR #1064](https://github.com/microsoft/language-server-protocol/pull/1064)
* [Danny Tuppeny (@DanTup)](https://github.com/DanTup): Add capabilities fields for semantic tokens [PR #1068](https://github.com/microsoft/language-server-protocol/pull/1068)
2020-08-19 12:15:23 +03:00
2020-08-14 19:32:40 +03:00
<!-- In-product release notes styles. Do not modify without also modifying regex in gulpfile.common.js -->
<a id="scroll-to-top" role="button" title="Scroll to top" aria-label="scroll to top" href="#"><span class="icon"></span></a>
2020-08-14 20:02:45 +03:00
<link rel="stylesheet" type="text/css" href="css/inproduct_releasenotes.css"/>