https://github.com/berniewhite/devopskitdsc-vscode
Visual Studio Code extension for DevOps Kit for Dsc.
https://github.com/berniewhite/devopskitdsc-vscode
desired-state-configuration dsc powershell visual-studio-code visual-studio-code-extension
Last synced: 10 days ago
JSON representation
Visual Studio Code extension for DevOps Kit for Dsc.
- Host: GitHub
- URL: https://github.com/berniewhite/devopskitdsc-vscode
- Owner: BernieWhite
- License: mit
- Created: 2017-10-18T12:09:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T13:02:52.000Z (about 7 years ago)
- Last Synced: 2025-02-07T19:35:06.733Z (3 months ago)
- Topics: desired-state-configuration, dsc, powershell, visual-studio-code, visual-studio-code-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=bewhite.dokd-vscode-preview
- Size: 13.7 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# DevOps Kit for DSC
[![ext-version-badge][]][ext] [![ext-installs-badge][]][ext]
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][]][av-site] | [![cc-image][]][cc-site] |[av-image]: https://ci.appveyor.com/api/projects/status/b3bn5mymkonomjb4
[av-site]: https://ci.appveyor.com/project/BernieWhite/devopskitdsc-vscode
[cc-image]: https://codecov.io/gh/BernieWhite/DevOpsKitDsc-vscode/branch/master/graph/badge.svg
[cc-site]: https://codecov.io/gh/BernieWhite/DevOpsKitDsc-vscode## 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][vscode-ext-gallery]. 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
- [Bernie White](https://github.com/BernieWhite)
## License
This project is [licensed under the MIT License](LICENSE).
[vscode-ext-gallery]: https://code.visualstudio.com/docs/editor/extension-gallery
[ext]: https://marketplace.visualstudio.com/items?itemName=bewhite.dokd-vscode-preview
[ext-version-badge]: https://vsmarketplacebadge.apphb.com/version/bewhite.dokd-vscode-preview.svg
[ext-installs-badge]: https://vsmarketplacebadge.apphb.com/installs-short/bewhite.dokd-vscode-preview.svg