Moved initial support for eslint notebook cell linting to the preview section.
This commit is contained in:
Родитель
f80bb2aecf
Коммит
86815ceae4
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче