How to update
🚀 How to update to the new Official Puppet VS Code Extension
The Puppet extension is 🚚 moving! We are changing from jpogran.puppet-vscode
to puppet.puppet-vscode
in the VS Code Marketplace! Check out the puppet blog post for more information on why.
The new extension can be found at Puppet VS Code. Note that the jpogran.puppet-vscode
extension will no longer receive updates.
How to Update to the new Extension
In order to use the new extension, you can install it using the normal installation methods or you can can also update it from the commandline by running the following commands:
To uninstall the jpogran.puppet-vscode
extension:
> code --uninstall-extension jpogran.puppet-vscode
To install the puppet.puppet-vscode
extension:
> code --install-extension puppet.puppet-vscode
Last modified March 30, 2020: (maint) Add new how to update page (9d07aae)