Skip to content

Commit

Permalink
AU: 2 updated - vscode-java-debug vscode-python
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Feb 25, 2024
1 parent ae3372b commit ac3846e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 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.2024020601.vsix using the Download Extension link
and download the extension vscjava.vscode-java-debug-0.56.2024021907.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.2024020601/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vcsjava/vsextensions/vscode-java-debug/0.56.2024021907/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash vscjava.vscode-java-debug-0.56.2024020601.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f vscjava.vscode-java-debug-0.56.2024020601.vsix
- 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

Type: sha256
Checksum: 7F590A821F472C58D7B6AEA2AEA92E17DBFFB8DEDBBC3B3024AC574D6B80061C
Checksum: 424EC996FBD7FD359B7252D694986307318E9D135E5ABF8B3B6710B34BBB9A29

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.2024020601.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-debug-0.56.2024021907.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.2024020601</version>
<version>0.56.2024021907</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-python/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=ms-python.python

and download the package ms-python.python-2024.1.10451007.vsix using the Download Extension link
and download the package ms-python.python-2024.1.10531008.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.1.10451007/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2024.1.10531008/vspackage

2. The package can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2024.1.10451007.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2024.1.10451007.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash ms-python.python-2024.1.10531008.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f ms-python.python-2024.1.10531008.vsix

Type: sha256
Checksum: A441FE9E723E616BBBEA32BB8A24B20EDE9228763AE2BEA36194242F3D0C50C2
Checksum: 1CD987A7988B54D1F41CEC04AF9B1486715B4AA9DF4CDD041F13383FEEE5FD7F

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
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\ms-python.python-2024.1.10451007.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2024.1.10531008.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-python/vscode-python.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-python</id>
<version>2024.1.10451007</version>
<version>2024.1.10531008</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Python VSCode Extension</title>
Expand Down

0 comments on commit ac3846e

Please sign in to comment.