A Visual Studio Code extension for PSRule.
Перейти к файлу
Bernie White 62478fe02a
Add extension release task (#4)
2019-03-02 20:02:21 +10:00
.vscode Update dependencies (#1) 2019-03-02 17:13:05 +10:00
schemas Initial commit 2019-03-01 21:04:48 +10:00
scripts Add extension release task (#4) 2019-03-02 20:02:21 +10:00
snippets Initial commit 2019-03-01 21:04:48 +10:00
src Update dependencies (#1) 2019-03-02 17:13:05 +10:00
.gitignore Initial commit 2019-03-01 21:04:48 +10:00
.vscodeignore Initial commit 2019-03-01 21:04:48 +10:00
CHANGELOG.md Initial commit 2019-03-01 21:04:48 +10:00
LICENSE Initial commit 2019-03-01 21:04:48 +10:00
README.md Update CI badge (#3) 2019-03-02 19:24:36 +10:00
azure-pipelines.yml Initial commit 2019-03-01 21:04:48 +10:00
package-lock.json Update dependencies (#1) 2019-03-02 17:13:05 +10:00
package.json Update dependencies (#1) 2019-03-02 17:13:05 +10:00
pipeline.build.ps1 Add extension release task (#4) 2019-03-02 20:02:21 +10:00
tsconfig.json Initial commit 2019-03-01 21:04:48 +10:00
tslint.json Initial commit 2019-03-01 21:04:48 +10:00

README.md

PSRule

An extension for IT Pros using the PSRule PowerShell module.

ci-badge

This preview extension for Visual Studio Code adds convenience features for IT Pros using PSRule.

Features include:

  • Snippets for built-in keywords.
  • 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.

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.