Skip to content

Commit ce7f2a8

Browse files
authored
Minor updates to documentation (#831)
1 parent 77bc92c commit ce7f2a8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Channel | Description | Version/ downloads
4545

4646
- Adds snippets for defining new rules.
4747
- **Define rules** with snippets and IntelliSense support.
48-
- Trigger IntelliSense by typing `rule` in a `.Rule.ps1` file.
48+
- Trigger IntelliSense by typing `rule` in a `.Rule.ps1`, `.Rule.yaml`, or `.Rule.jsonc` file.
4949
IntelliSense can also be triggered by using the shortcut `Ctrl+Space`.
5050

5151
<p align="center">
@@ -64,10 +64,11 @@ Channel | Description | Version/ downloads
6464
</p>
6565

6666
- Adds quick tasks for analysis directly from Visual Studio Code.
67-
- **Run analysis** &mdash; Runs rules against files in the current workspace.
67+
- **Run analysis** &mdash; runs rules against files in the current workspace.
6868
- _Input path_, _Baseline_, _Modules_, and _Outcome_ options can be configured per task.
6969
- _Output as_, and showing a _Not processed warning_ options can be configured by workspace or user.
7070
- Rule stored in `.ps-rule/` are automatically used by default.
71+
- Use the built-in analysis task by running or configuring the task from the _Terminal_ menu.
7172

7273
## Configuration
7374

0 commit comments

Comments
 (0)