Skip to content

Commit

Permalink
AU: 3 updated - vscode-java vscode-jupyter vscode-prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Mar 21, 2024
1 parent 4cc45e5 commit 2da7a66
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
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.29.2024031908.vsix using the Download Extension link
and download the extension redhat.java-1.29.2024032008.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.29.2024031908/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.29.2024032008/vspackage

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

Type: sha256
Checksum: 8464A77BF0EF2F27072C912A1CC466A0C9122A4210F6235EEA2A4B4D60AF58D9
Checksum: C14CDE92247D80AD19BDB73E4A53EFA70EE4C29D3AFB38D7291F85C8FFF9BDDE

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.29.2024031908.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.29.2024032008.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.29.2024031908</version>
<version>1.29.2024032008</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.3.2024031802'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2024.3.2024032002'
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.3.2024031802</version>
<version>2024.3.2024032002</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-prettier/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=esbenp.prettier-vscode

and download the extension esbenp.prettier-vscode-10.1.0.vsix using the Download Extension link
and download the extension esbenp.prettier-vscode-10.3.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/esbenp/vsextensions/prettier-vscode/10.1.0/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/esbenp/vsextensions/prettier-vscode/10.3.0/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash esbenp.prettier-vscode-10.1.0.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f esbenp.prettier-vscode-10.1.0.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash esbenp.prettier-vscode-10.3.0.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f esbenp.prettier-vscode-10.3.0.vsix

Type: sha256
Checksum: 490B9FD7926AF3830A055A8AE94BE22B4E2EA3B810C3DCAEC3F5840445DC4007
Checksum: 39CE3A771388FB9E58EA18897B4CD36A4753335B2291C17B2125A491595A3B57

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/esbenp.prettier-vscode/license
2 changes: 1 addition & 1 deletion automatic/vscode-prettier/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\esbenp.prettier-vscode-10.1.0.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\esbenp.prettier-vscode-10.3.0.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-prettier/vscode-prettier.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-prettier</id>
<version>10.1.0</version>
<version>10.3.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-prettier</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Prettier Code Formatter VSCode Extension</title>
Expand Down

0 comments on commit 2da7a66

Please sign in to comment.