Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 713 Bytes

File metadata and controls

25 lines (18 loc) · 713 Bytes

DSCv3 extension

This is a prototype VS Code DSCv3 completion provider. Completions are displayed when type: is typed in a *.dsc.yaml files. This requires latest dsc build from main branch and relies on PS Adapter cache, which can be generated by dsc resource list * -a Microsoft.DSC/PowerShell.

Build

  1. Make sure you have Node.js installed.
  2. npm install -g @vscode/vsce
  3. cd <EnlistmentRoot>\vscode\DscExt
  4. vsce package
  5. dscv3*.vsix generated

Install

To install a .vsix file in VS Code:

  1. Go to the Extensions view.
  2. Click Views and More Actions...
  3. Select Install from VSIX...

or

in your terminal, run: code --install-extension dscv3-completion-provider-0.0.1.vsix