DevOpsKitDsc-vscode

Visual Studio Code extension for DevOps Kit for Dsc.

MIT License

Stars
5
Committers
1

DevOps Kit for DSC

This preview extension for Visual Studio Code adds convenience features for IT Pros using DevOps Kit for DSC.

DevOps Kit for DSC is a PowerShell module available from the PowerShell Gallery and is required for this extension to work.

To install the module use Install-Module -Name DevOpsKitDsc -MinimumVersion 0.2.0 -Scope CurrentUser; from a PowerShell prompt.

AppVeyor (Windows) Codecov (Windows)
av-image cc-image

Disclaimer

This project is to be considered a proof-of-concept and not a supported Microsoft product.

Features

  • Create collections
  • IntelliSense for editing workspace settings.json
  • Restore modules while editing
  • Automatically detect collections and build with tasks

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 "DevOps Kit for DSC" extension and install it there. You will get notified automatically about any future extension updates!

code --install-extension bewhite.dokd-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.

Badges
Extracted from project README
ext-version-badge ext-installs-badge av-image cc-image
Related Projects