diff --git a/automatic/vscode-puppet/tools/chocolateyInstall.ps1 b/automatic/vscode-puppet/tools/chocolateyInstall.ps1 index 4289ce3ec..c9b5733d4 100644 --- a/automatic/vscode-puppet/tools/chocolateyInstall.ps1 +++ b/automatic/vscode-puppet/tools/chocolateyInstall.ps1 @@ -1,5 +1,5 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId 'puppet.puppet-vscode@1.5.0' +Install-VsCodeExtension -extensionId 'puppet.puppet-vscode@1.5.1' Write-Warning "If installed, you'll need to uninstall the old 'jpogran.puppet-vscode' puppet extension manually." diff --git a/automatic/vscode-puppet/vscode-puppet.nuspec b/automatic/vscode-puppet/vscode-puppet.nuspec index d79ec3d81..0da66bbb0 100644 --- a/automatic/vscode-puppet/vscode-puppet.nuspec +++ b/automatic/vscode-puppet/vscode-puppet.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 1.5.0 + 1.5.1 Maurice Kevenaar