Skip to content

Commit

Permalink
AU: 3 updated - vscode-java vscode-java-debug vscode-jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Mar 3, 2024
1 parent 25b9826 commit b66804a
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
10 changes: 5 additions & 5 deletions automatic/vscode-java-debug/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=vscjava.vscode-java-debug

and download the extension vscjava.vscode-java-debug-0.56.2024021907.vsix using the Download Extension link
and download the extension vscjava.vscode-java-debug-0.56.2024022605.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/vcsjava/vsextensions/vscode-java-debug/0.56.2024021907/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vcsjava/vsextensions/vscode-java-debug/0.56.2024022605/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-debug-0.56.2024021907.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-debug-0.56.2024021907.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-debug-0.56.2024022605.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-debug-0.56.2024022605.vsix

Type: sha256
Checksum: 424EC996FBD7FD359B7252D694986307318E9D135E5ABF8B3B6710B34BBB9A29
Checksum: A78B2DE1D0F35D24E3913AD8291439122A88F20ED128B7C5AC1B34AFB1C01DE4

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/vscjava.vscode-java-debug/license
2 changes: 1 addition & 1 deletion automatic/vscode-java-debug/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\vscjava.vscode-java-debug-0.56.2024021907.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-debug-0.56.2024022605.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-java-debug/vscode-java-debug.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-debug</id>
<version>0.56.2024021907</version>
<version>0.56.2024022605</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-java-debug</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Debugger for Java 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.29.2024022708.vsix using the Download Extension link
and download the extension redhat.java-1.29.2024022908.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.2024022708/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.29.2024022908/vspackage

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

Type: sha256
Checksum: 8287CD0E918A8EF51374433C028D71122ADE569032D56DDB3FDEB7A26D1B906E
Checksum: 5075F3B50C4511411887D191A277A778448C7FB83CC9EC24B22C5C3420B96CF9

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.2024022708.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.29.2024022908.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.2024022708</version>
<version>1.29.2024022908</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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ modifications may be needed in the VS Code language extensions.

## Notes

* This package requires Visual Studio Code 1.87.0 or newer.
* This package requires Visual Studio Code 1.88.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
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2024.2.2024022602'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2024.3.2024030101'
4 changes: 2 additions & 2 deletions 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.2.2024022602</version>
<version>2024.3.2024030101</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.87.0 or newer.
* This package requires Visual Studio Code 1.88.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 b66804a

Please sign in to comment.