Skip to content

Commit

Permalink
AU: 1 updated - vscode-python
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Oct 1, 2023
1 parent ce053e1 commit 7b10e2e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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-2023.17.12692049.vsix using the Download Extension link
and download the package ms-python.python-2023.17.12721006.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/2023.17.12692049/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2023.17.12721006/vspackage

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

Type: sha256
Checksum: CF4A7C01319FA6E24E79F3D839F3107BCF3763DBE5A6E704074285A6BFB70D03
Checksum: C8C69E16423A8A8F8041F529F8ECFC1E4FF65F61A765288DE52A6D5500301BEC

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-2023.17.12692049.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2023.17.12721006.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>2023.17.12692049</version>
<version>2023.17.12721006</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 7b10e2e

Please sign in to comment.