Skip to content

Commit

Permalink
AU: 2 updated - vscode-java vscode-jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Apr 13, 2024
1 parent b1e3f67 commit 859ba87
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions automatic/vscode-java/legal/VERIFICATION.txt
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.30.2024041108.vsix using the Download Extension link
and download the extension redhat.java-1.30.2024041208.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.30.2024041108/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.30.2024041208/vspackage

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

Type: sha256
Checksum: 13590048B678F361414F1EA1952AEB331B50FEF9ACC0AD0B00DA8308D80E853A
Checksum: 306C0F646E28FC6E3D5DA87D5DF17586EC6F54C74579F26776FEA29626E0EF64

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
Expand Up @@ -2,4 +2,4 @@

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

Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.30.2024041108.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.30.2024041208.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-java/vscode-java.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscode-java</id>
<version>1.30.2024041108</version>
<version>1.30.2024041208</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/README.md
Expand Up @@ -15,7 +15,7 @@ modifications may be needed in the VS Code language extensions.

## Notes

* This package requires Visual Studio Code 1.88.0 or newer.
* This package requires Visual Studio Code 1.89.0 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
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.2024041101'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2024.4.2024041201'
4 changes: 2 additions & 2 deletions 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.2024041101</version>
<version>2024.4.2024041201</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 All @@ -29,7 +29,7 @@ modifications may be needed in the VS Code language extensions.
## Notes
* This package requires Visual Studio Code 1.88.0 or newer.
* This package requires Visual Studio Code 1.89.0 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 859ba87

Please sign in to comment.