This commit is contained in:
Bernie White 2021-05-07 01:05:58 +10:00 коммит произвёл GitHub
Родитель 22b4eac9b0
Коммит 858a149764
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
6 изменённых файлов: 33 добавлений и 7 удалений

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

@ -121,7 +121,7 @@ stages:
- template: jobs/publish-channel.yaml
parameters:
channel: stable
- job: update_github_release
displayName: Update GitHub release
pool:

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

@ -19,6 +19,7 @@ What's changed since v0.18.0:
- General improvements:
- Added support for `input.ignoreGitPath` option. [#231](https://github.com/microsoft/PSRule-vscode/issues/231)
- Added feature documentation. [#151](https://github.com/microsoft/PSRule-vscode/issues/151)
- Engineering:
- Split extension into two release channels, _Preview_ and _Stable_. [#150](https://github.com/microsoft/PSRule-vscode/issues/150)
- Preview channel appears as _PSRule (Preview)_, with stable appearing as _PSRule_. [#229](https://github.com/microsoft/PSRule-vscode/issues/229)

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

@ -5,12 +5,6 @@ PSRule is powerful, feature rich, and highly customizable to meet your needs.
![ext-stable-version-badge] ![ext-stable-installs-badge] ![module-version-badge]
Features include:
- Snippets and syntax highlighting for built-in keywords.
- Snippets for rule documentation.
- YAML schema validation for options.
This extension is available in two release channels:
Channel | Description | Version/ downloads
@ -18,6 +12,37 @@ Channel | Description | Version/ downloads
[Preview][ext-preview] | More frequent releases but more likely to contain bugs. | [![Preview][ext-preview-version-badge]][ext-preview] ![ext-preview-installs-badge]
[Stable][ext-stable] (**coming soon**) | Less frequent releases, with more user testing, experimental features are disabled. | [![Stable][ext-stable-version-badge]][ext-stable] ![ext-stable-installs-badge]
## Features
### IntelliSense
<p align="center">
<img src="https://raw.githubusercontent.com/microsoft/PSRule-vscode/main/docs/images/options-schema-flyout.png" alt="Options suggestion context menu" />
</p>
- Adds IntelliSense and validation support for configuring options and resources.
- **Workspace options** &mdash; use IntelliSense to configure options for the workspace.
- Type or trigger IntelliSense with `Ctrl+Space` from `ps-rule.yaml`.
- **Create resources** &mdash; define _baselines_ and _selectors_ by using pre-built snippets and IntelliSense.
<p align="center">
<img src="https://raw.githubusercontent.com/microsoft/PSRule-vscode/main/docs/images/snippet-rule-type.png" alt="Rule definition snippet" />
</p>
- Adds snippets for defining new rules.
- **Define rules** with snippets and IntelliSense support.
- Trigger IntelliSense by typing `rule` in a `.Rule.ps1` file.
IntelliSense can also be triggered by using the shortcut `Ctrl+Space`.
<p align="center">
<img src="https://raw.githubusercontent.com/microsoft/PSRule-vscode/main/docs/images/snippet-markdown.png" alt="Rule markdown documentation snippet" />
</p>
- Adds snippets for creating markdown documentation.
- **Quick documentation** &mdash; create rule documentation to provide rule recommendations and examples.
- Trigger IntelliSense by typing `rule` in a `.md` file.
IntelliSense can also be triggered by using the shortcut `Ctrl+Space`.
## Support
This project uses GitHub Issues to track bugs and feature requests.

Двоичные данные
docs/images/options-schema-flyout.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 63 KiB

Двоичные данные
docs/images/snippet-markdown.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 49 KiB

Двоичные данные
docs/images/snippet-rule-type.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 15 KiB