Skip to content

Commit

Permalink
AU: 5 updated - vscode-go vscode-java vscode-jupyter vscode-mongodb v…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Jan 26, 2024
1 parent eca23b4 commit c67f9f9
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 25 deletions.
10 changes: 5 additions & 5 deletions automatic/vscode-go/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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.40.1.vsix using the Download Extension link
and download the extension golang.Go-0.40.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.40.1/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/golang/vsextensions/Go/0.40.3/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.40.1.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.40.1.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash golang.Go-0.40.3.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f golang.Go-0.40.3.vsix

Type: sha256
Checksum: 29E62E8BF44457D1351DC35605BD13843D1F39690C3340154F27E213579F8420
Checksum: 1560BD00B9E9E59B14A8714E3D2E4270AB2A7F93BAAE9AF8A0C7DE9EF6657196

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
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.40.1.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\golang.Go-0.40.3.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-go/vscode-go.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscode-go</id>
<version>0.40.1</version>
<version>0.40.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
10 changes: 5 additions & 5 deletions automatic/vscode-java/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ and can be verified by:

https://marketplace.visualstudio.com/items?itemName=redhat.java

and download the extension redhat.java-1.27.2024012308.vsix using the Download Extension link
and download the extension redhat.java-1.27.2024012408.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.27.2024012308/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.27.2024012408/vspackage

2. The package can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-1.27.2024012308.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-1.27.2024012308.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash redhat.java-1.27.2024012408.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f redhat.java-1.27.2024012408.vsix

Type: sha256
Checksum: F6A48696B3216118107ECD69C79ACBAC7A975D83292417F18C17E29F6FF11C8D
Checksum: F4AAE8C5FBA5FEF25C9B0C22375F8B433557600CACABDB0834AD254C3EC8A1DC

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/redhat.java/license
2 changes: 1 addition & 1 deletion automatic/vscode-java/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.27.2024012308.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.27.2024012408.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-java/vscode-java.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscode-java</id>
<version>1.27.2024012308</version>
<version>1.27.2024012408</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Java Language Support VSCode Extension</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-jupyter/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2024.1.2024012301'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2024.1.2024012502'
2 changes: 1 addition & 1 deletion automatic/vscode-jupyter/vscode-jupyter.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscode-jupyter</id>
<version>2024.1.2024012301</version>
<version>2024.1.2024012502</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
10 changes: 5 additions & 5 deletions automatic/vscode-mongodb/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ and can be verified by:

https://marketplace.visualstudio.com/items?itemName=mongodb.mongodb-vscode

and download the package mongodb.mongodb-vscode-1.4.0.vsix using the Download Extension link
and download the package mongodb.mongodb-vscode-1.5.0.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/mongodb/vsextensions/mongodb-vscode/1.4.0/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/mongodb/vsextensions/mongodb-vscode/1.5.0/vspackage

2. The package can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash mongodb.mongodb-vscode-1.4.0.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongodb.mongodb-vscode-1.4.0.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash mongodb.mongodb-vscode-1.5.0.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongodb.mongodb-vscode-1.5.0.vsix

Type: sha256
Checksum: E0F705B18A037524C0ACA019FCA9EF3C0AD40208FC85ED4912857D52BC59494E
Checksum: 3C394CE6C4EB61E50C40E5A30A70E6ACFCCEBA33A2BC9D5F91842C96968854B8

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/mongodb.mongodb-vscode/license
2 changes: 1 addition & 1 deletion automatic/vscode-mongodb/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Install-VsCodeExtension -extensionId "$toolsDir\mongodb.mongodb-vscode-1.4.0.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\mongodb.mongodb-vscode-1.5.0.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-mongodb/vscode-mongodb.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscode-mongodb</id>
<version>1.4.0</version>
<version>1.5.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-mongodb</packageSourceUrl>
<owners>dgalbraith</owners>
<title>MongoDB VSCode Extension</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-pylance/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2023.12.104"
Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2024.1.100"
2 changes: 1 addition & 1 deletion automatic/vscode-pylance/vscode-pylance.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscode-pylance</id>
<version>2023.12.104</version>
<version>2024.1.100</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Pylance VSCode Extension</title>
Expand Down

0 comments on commit c67f9f9

Please sign in to comment.