bc57ddefab | ||
---|---|---|
.azure-pipelines | ||
.github | ||
.vscode | ||
docs | ||
schemas | ||
snippets | ||
src | ||
syntaxes | ||
.gitignore | ||
.vscodeignore | ||
CHANGELOG.md | ||
LICENSE | ||
README.md | ||
package-lock.json | ||
package.json | ||
pipeline.build.ps1 | ||
tsconfig.json | ||
tslint.json |
README.md
PSRule
An extension for IT Pros using the PSRule PowerShell module.
This preview extension for Visual Studio Code adds convenience features for IT Pros using PSRule.
Features include:
- Snippets and syntax highlighting for built-in keywords.
- Snippets for rule documentation.
- YAML schema validation for options.
Disclaimer
This project is to be considered a proof-of-concept and not a supported product.
If you have any problems please check our GitHub issues page. If you do not see your problem captured, please file a new issue and follow the provided template.
Installing PSRule module
PSRule is available from the PowerShell Gallery and is required for this extension to work.
To install the module use the following command from PowerShell prompt.
Install-Module -Name PSRule -Scope CurrentUser;
Installing the extension
You can install the latest release of the extension by following the steps in the Visual Studio Code documentation. In the Extensions pane, search for PSRule extension and install it there. You will get notified automatically about any future extension updates.
code --install-extension bewhite.psrule-vscode-preview
NOTE: If you are using VS Code Insiders, the command will be
code-insiders
.
Maintainers
License
This project is licensed under the MIT License.