James Pogran
James Pogran
Puppet Control Repo support: - How to enable - What is provided by the experimental feature
@jpogran It may be worth considering inverting the logic of the ansicon wrapper at this point, so that instead of opting-out under known-good terminal emulators, we only opt-in to using...
We should add acceptance tests testing the environment assignment on windows and linux. _Originally posted by @jpogran in https://github.com/puppetlabs/pdk/pull/957#discussion_r592717494_
This commit adds a LanguageStatusItem that shows the discovered Terraform version in the current workspace. This utilizes the LSP request mechanism to automatically show the version when it is discovered...
This adds a new LanguageStatusItem for terraform-ls. It records the running state of the terraform-ls process and when the server is in an error state, it will show a visible...
The Puppet VS Code Extension should be able to create new Puppet Content using a selected Puppet Content Template. After the use selects a template from the quickpick provided by...
The Puppet VS Code extension should be able to list out the currently installed Puppet Content Templates when the user activates the `PCT New Content` command palate command. This will...
Like shown in https://github.com/microsoft/vscode-extension-samples/tree/main/getting-started-sample, we can add a getting started workflow that shows how to create things in Puppet