Skip to content

Commit

Permalink
AU: 4 updated - vscode-cloud-code vscode-go vscode-jupyter vscode-python
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Apr 23, 2024
1 parent c421f1a commit 61ef0c6
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion 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'
2 changes: 1 addition & 1 deletion automatic/vscode-cloud-code/vscode-cloud-code.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscode-cloud-code</id>
<version>2.8.0</version>
<version>2.8.1</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-cloud-code</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Cloud Code VSCode Extension</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-go/legal/VERIFICATION.txt
Expand Up @@ -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
2 changes: 1 addition & 1 deletion automatic/vscode-go/tools/chocolateyinstall.ps1
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion automatic/vscode-go/vscode-go.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscode-go</id>
<version>0.41.2</version>
<version>0.41.3</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-go</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Go VSCode Extension</title>
Expand Down
2 changes: 1 addition & 1 deletion 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'
2 changes: 1 addition & 1 deletion automatic/vscode-jupyter/vscode-jupyter.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscode-jupyter</id>
<version>2024.4.2024042201</version>
<version>2024.4.2024042202</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-jupyter</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Visual Studio Jupyter VSCode Extension</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-python/README.md
Expand Up @@ -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.
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode-python/legal/VERIFICATION.txt
Expand Up @@ -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
2 changes: 1 addition & 1 deletion automatic/vscode-python/tools/chocolateyinstall.ps1
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions automatic/vscode-python/vscode-python.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscode-python</id>
<version>2024.5.11101014</version>
<version>2024.5.11132132</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Python VSCode Extension</title>
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 61ef0c6

Please sign in to comment.