From 2ff45cd44b7a4abf6fadf81987c125ae4273ca2a Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Thu, 9 May 2024 04:19:29 +0000 Subject: [PATCH] AU: 3 updated - vscode-cloud-code vscode-java vscode-python [skip ci] https://gist.github.com/dgalbraith/aef61e2663a09f3dfdfa40482177e040/b674f6fc1fa2b91eb85bee76a7f872b4308f6304 --- .../vscode-cloud-code/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-cloud-code/vscode-cloud-code.nuspec | 2 +- automatic/vscode-java/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-java/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-java/vscode-java.nuspec | 2 +- automatic/vscode-python/README.md | 2 +- automatic/vscode-python/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-python/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-python/vscode-python.nuspec | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/automatic/vscode-cloud-code/tools/chocolateyinstall.ps1 b/automatic/vscode-cloud-code/tools/chocolateyinstall.ps1 index 78c4636b1..a38be1fa7 100644 --- a/automatic/vscode-cloud-code/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-cloud-code/tools/chocolateyinstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId 'GoogleCloudTools.cloudcode@2.9.0' +Install-VsCodeExtension -extensionId 'GoogleCloudTools.cloudcode@2.9.1' diff --git a/automatic/vscode-cloud-code/vscode-cloud-code.nuspec b/automatic/vscode-cloud-code/vscode-cloud-code.nuspec index e86fedd8d..0ad0d6e66 100644 --- a/automatic/vscode-cloud-code/vscode-cloud-code.nuspec +++ b/automatic/vscode-cloud-code/vscode-cloud-code.nuspec @@ -3,7 +3,7 @@ vscode-cloud-code - 2.9.0 + 2.9.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-cloud-code dgalbraith Cloud Code VSCode Extension diff --git a/automatic/vscode-java/legal/VERIFICATION.txt b/automatic/vscode-java/legal/VERIFICATION.txt index 4be9021ef..8c9acdb4b 100644 --- a/automatic/vscode-java/legal/VERIFICATION.txt +++ b/automatic/vscode-java/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=redhat.java -and download the extension redhat.java-1.31.2024050308.vsix using the Download Extension link +and download the extension redhat.java-1.31.2024050808.vsix using the Download Extension link in the Resources section of the sidebar. Alternatively the package can be downloaded directly from - https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.31.2024050308/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.31.2024050808/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-1.31.2024050308.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-1.31.2024050308.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-1.31.2024050808.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-1.31.2024050808.vsix Type: sha256 - Checksum: 09B8B4882E4D69BF37FD7D8840182BFB47555D531950588BDC68D64871E24893 + Checksum: 4A72FCCAF0310271DBF5FA9837677B7C6B92E38A1B0CDD881104D1466E5867A0 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/redhat.java/license diff --git a/automatic/vscode-java/tools/chocolateyinstall.ps1 b/automatic/vscode-java/tools/chocolateyinstall.ps1 index 496a73940..5459c68f7 100644 --- a/automatic/vscode-java/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-java/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.31.2024050308.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.31.2024050808.vsix" diff --git a/automatic/vscode-java/vscode-java.nuspec b/automatic/vscode-java/vscode-java.nuspec index d57944660..b8e82a035 100644 --- a/automatic/vscode-java/vscode-java.nuspec +++ b/automatic/vscode-java/vscode-java.nuspec @@ -3,7 +3,7 @@ vscode-java - 1.31.2024050308 + 1.31.2024050808 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java dgalbraith Java Language Support VSCode Extension diff --git a/automatic/vscode-python/README.md b/automatic/vscode-python/README.md index 7d0687f23..84e8582b7 100644 --- a/automatic/vscode-python/README.md +++ b/automatic/vscode-python/README.md @@ -24,7 +24,7 @@ refactoring, variable explorer, test explorer, snippets, and more! ## Notes -* This package requires Visual Studio Code 1.89.0-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-insider or newer. +* This package requires Visual Studio Code 1.89.0-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-insider or newer. You can install either the [vscode](https://chocolatey.org/packages/vscode) or [vscode-insiders](https://chocolatey.org/packages/vscode-insiders) package. * The extension will be installed in all editions of Visual Studio Code which can be found. * While this package installs a specific version of the extension, Visual Studio Code by default will update the extension to the latest version on startup if there's a newer version available on the marketplace. diff --git a/automatic/vscode-python/legal/VERIFICATION.txt b/automatic/vscode-python/legal/VERIFICATION.txt index 7f6383079..efd3379c0 100644 --- a/automatic/vscode-python/legal/VERIFICATION.txt +++ b/automatic/vscode-python/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=ms-python.python -and download the package ms-python.python-2024.7.11281013.vsix using the Download Extension link +and download the package ms-python.python-2024.7.11291009.vsix using the Download Extension link in the Resources section of the sidebar. Alternatively the package can be downloaded directly from - https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2024.7.11281013/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2024.7.11291009/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2024.7.11281013.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2024.7.11281013.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2024.7.11291009.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2024.7.11291009.vsix Type: sha256 - Checksum: 9CB77ACDB773444BD7528DBC881C14611BA15B12518EC9C1F8DC5A6A69621EF0 + Checksum: 81F53F790350E357B12EDBF1CB0A04FA2BDDAF884A5840F46619D5F5A8C33C69 File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/ms-python.python/license diff --git a/automatic/vscode-python/tools/chocolateyinstall.ps1 b/automatic/vscode-python/tools/chocolateyinstall.ps1 index 4efe9abf9..52a058a0b 100644 --- a/automatic/vscode-python/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-python/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2024.7.11281013.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2024.7.11291009.vsix" diff --git a/automatic/vscode-python/vscode-python.nuspec b/automatic/vscode-python/vscode-python.nuspec index b5db28159..beec739d3 100644 --- a/automatic/vscode-python/vscode-python.nuspec +++ b/automatic/vscode-python/vscode-python.nuspec @@ -3,7 +3,7 @@ vscode-python - 2024.7.11281013 + 2024.7.11291009 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven dgalbraith Python VSCode Extension @@ -33,7 +33,7 @@ ## Notes -* This package requires Visual Studio Code 1.89.0-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-insider or newer. +* This package requires Visual Studio Code 1.89.0-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-insider or newer. You can install either the [vscode](https://chocolatey.org/packages/vscode) or [vscode-insiders](https://chocolatey.org/packages/vscode-insiders) package. * The extension will be installed in all editions of Visual Studio Code which can be found. * While this package installs a specific version of the extension, Visual Studio Code by default will update the extension to the latest version on startup if there's a newer version available on the marketplace.