From 61ef0c6bd4a4947ef93277db0a5288f7ae1de7c4 Mon Sep 17 00:00:00 2001 From: dgalbraith Date: Tue, 23 Apr 2024 04:19:49 +0000 Subject: [PATCH] AU: 4 updated - vscode-cloud-code vscode-go vscode-jupyter vscode-python [skip ci] https://gist.github.com/dgalbraith/aef61e2663a09f3dfdfa40482177e040/4cfcf37363c6d47e82116fd13b2be339e66ec60d --- .../vscode-cloud-code/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-cloud-code/vscode-cloud-code.nuspec | 2 +- automatic/vscode-go/legal/VERIFICATION.txt | 10 +++++----- automatic/vscode-go/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-go/vscode-go.nuspec | 2 +- automatic/vscode-jupyter/tools/chocolateyinstall.ps1 | 2 +- automatic/vscode-jupyter/vscode-jupyter.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 ++-- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/automatic/vscode-cloud-code/tools/chocolateyinstall.ps1 b/automatic/vscode-cloud-code/tools/chocolateyinstall.ps1 index 306374f40..eacde4ba3 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.8.0' +Install-VsCodeExtension -extensionId 'GoogleCloudTools.cloudcode@2.8.1' diff --git a/automatic/vscode-cloud-code/vscode-cloud-code.nuspec b/automatic/vscode-cloud-code/vscode-cloud-code.nuspec index 85d99b5ff..9d54c875b 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.8.0 + 2.8.1 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-cloud-code dgalbraith Cloud Code VSCode Extension diff --git a/automatic/vscode-go/legal/VERIFICATION.txt b/automatic/vscode-go/legal/VERIFICATION.txt index edd45eae2..a724a1edc 100644 --- a/automatic/vscode-go/legal/VERIFICATION.txt +++ b/automatic/vscode-go/legal/VERIFICATION.txt @@ -10,18 +10,18 @@ and can be verified by: https://marketplace.visualstudio.com/items?itemName=golang.Go -and download the extension golang.Go-0.41.2.vsix using the Download Extension link +and download the extension golang.Go-0.41.3.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/golang/vsextensions/Go/0.41.2/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/golang/vsextensions/Go/0.41.3/vspackage 2. The extension can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.41.2.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.41.2.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.41.3.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.41.3.vsix Type: sha256 - Checksum: 783FFD5016317FC926AB1BB363E860013D1BA92898C3F05B0EFDA0C81EB7CD8D + Checksum: C6FAC4AED27B1236F7E9BA69E05EA588386A6E971B05E566654298CDFA76237A File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/golang.Go/license diff --git a/automatic/vscode-go/tools/chocolateyinstall.ps1 b/automatic/vscode-go/tools/chocolateyinstall.ps1 index 6a2d49a33..aba08ba38 100644 --- a/automatic/vscode-go/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-go/tools/chocolateyinstall.ps1 @@ -2,4 +2,4 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.41.2.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.41.3.vsix" diff --git a/automatic/vscode-go/vscode-go.nuspec b/automatic/vscode-go/vscode-go.nuspec index 0bee883d7..385758f86 100644 --- a/automatic/vscode-go/vscode-go.nuspec +++ b/automatic/vscode-go/vscode-go.nuspec @@ -3,7 +3,7 @@ vscode-go - 0.41.2 + 0.41.3 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-go dgalbraith Go VSCode Extension diff --git a/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 b/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 index f865f95b9..7173a3ec8 100644 --- a/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 +++ b/automatic/vscode-jupyter/tools/chocolateyinstall.ps1 @@ -1,3 +1,3 @@ $ErrorActionPreference = 'Stop' -Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2024.4.2024042201' +Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2024.4.2024042202' diff --git a/automatic/vscode-jupyter/vscode-jupyter.nuspec b/automatic/vscode-jupyter/vscode-jupyter.nuspec index 183c535d8..4029b47ab 100644 --- a/automatic/vscode-jupyter/vscode-jupyter.nuspec +++ b/automatic/vscode-jupyter/vscode-jupyter.nuspec @@ -3,7 +3,7 @@ vscode-jupyter - 2024.4.2024042201 + 2024.4.2024042202 https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-jupyter dgalbraith Visual Studio Jupyter VSCode Extension diff --git a/automatic/vscode-python/README.md b/automatic/vscode-python/README.md index 60e001b6a..38166c419 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-insider or newer. +* This package requires Visual Studio Code 1.89.0-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 440bf9d19..2a74103cb 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.5.11101014.vsix using the Download Extension link +and download the package ms-python.python-2024.5.11132132.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.5.11101014/vspackage + https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2024.5.11132132/vspackage 2. The package can be validated by comparing checksums - - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2024.5.11101014.vsix - - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2024.5.11101014.vsix + - Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2024.5.11132132.vsix + - Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2024.5.11132132.vsix Type: sha256 - Checksum: 5793BB3A9CDC43DC58137971DF69EF743BB3466F8A728C31439E3CFF4B98170D + Checksum: 8D8F1B94167BB24CF1B7C93125A0F1BA3EECAE7433A2F6F2F06DCFFE3F2BCC3A 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 80b86f6ba..4aef28c81 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.5.11101014.vsix" +Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2024.5.11132132.vsix" diff --git a/automatic/vscode-python/vscode-python.nuspec b/automatic/vscode-python/vscode-python.nuspec index 4c4fda6ce..00137da77 100644 --- a/automatic/vscode-python/vscode-python.nuspec +++ b/automatic/vscode-python/vscode-python.nuspec @@ -3,7 +3,7 @@ vscode-python - 2024.5.11101014 + 2024.5.11132132 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-insider or newer. +* This package requires Visual Studio Code 1.89.0-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.