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.
- Make sure you have Node.js installed.
npm install -g @vscode/vscecd <EnlistmentRoot>\vscode\DscExtvsce packagedscv3*.vsixgenerated
To install a .vsix file in VS Code:
- Go to the Extensions view.
- Click Views and More Actions...
- Select Install from VSIX...
or
in your terminal, run:
code --install-extension dscv3-completion-provider-0.0.1.vsix