Moved initial support for eslint notebook cell linting to the preview section.

This commit is contained in:
Erich Gamma 2022-03-02 08:24:19 +01:00 коммит произвёл GitHub
Родитель f80bb2aecf
Коммит 86815ceae4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -339,10 +339,6 @@ This can be configured via the `hexeditor.inspectorType` setting, which can take
* `hover`: always use the hover, regardless of editor width
* `sidebar`: display in the sidebar as before.
### ESLint
The ESLint extension has preliminary for notebooks documents containing cells that can be validated with ESLint. This support is currently only available in the insider extension of ESLint.
### GitHub Pull Requests and Issues
Work continues on the [GitHub Pull Requests and Issues](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github) extension, which allows you to work on, create, and manage pull requests and issues. Check out the [changelog for the 0.38.0](https://github.com/microsoft/vscode-pull-request-github/blob/main/CHANGELOG.md#0380) release of the extension to see the highlights.
@ -380,6 +376,10 @@ Here are the other main changes:
* Commands that are "skipped" are now marked specially, for example using `Ctrl+C` or running an empty command.
* The **Run Recent Command** and **Go to Recent Directory** commands now store history between sessions. Storing history can be configured via the `terminal.integrated.shellIntegration.history` setting.
### ESLint
The ESLint extension has preliminary support for notebook documents containing cells that can be validated with ESLint. This support is only available in the pre-release version of the extension.
## Extension authoring
### Language status items