forked from microsoft/PSRule
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation (microsoft#2644)
- Loading branch information
1 parent
935ae55
commit 66f6388
Showing
8 changed files
with
70 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ site/ | |
server/ | ||
node_modules/ | ||
.vscode-test/ | ||
.cache/ | ||
*.vsix | ||
*.user | ||
src/**/*-help.xml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# PSRule in Visual Studio Code | ||
|
||
An extension for Visual Studio Code is available for an integrated experience using PSRule. | ||
The Visual Studio Code extension includes a built-in tasks and configuration schemas for working with PSRule. | ||
|
||
<p align="center"> | ||
<img src="https://raw.githubusercontent.com/microsoft/PSRule/main/docs/images/tasks-provider.png" alt="Built-in tasks shown in task list" /> | ||
</p> | ||
|
||
## Installation | ||
|
||
1. Download and install Visual Studio Code. | ||
2. Install the [PSRule extension from the marketplace][1]. | ||
|
||
Alternatively you can separately download the extension as a packaged `.vsix` file and install it locally. | ||
|
||
[1]: https://marketplace.visualstudio.com/items?itemName=ps-rule.vscode-ps-rule | ||
|
||
## Updates | ||
|
||
Extension updates for PSRule are released on a regular basis. | ||
Each extension update includes all the key components to make PSRule work without additional installations. | ||
|
||
By default, Visual Studio Code automatically updates extensions installed from the marketplace when updates are available. | ||
|
||
!!! Note | ||
You can disable automatic updates of Visual Studio Code extensions if you prefer to update PSRule on your own schedule. | ||
It is also possible to switch to an older version of PSRule from v3. | ||
|
||
For details see [Manage extensions][2]. | ||
|
||
[2]: https://code.visualstudio.com/docs/editor/extension-marketplace#_manage-extensions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters