Skip to content

Commit

Permalink
AU: 9 updated - nushell nushell.install nushell.portable vscode-java …
Browse files Browse the repository at this point in the history
…vscode-java-debug vscode-jupyter vscode-oracle-devtools vscode-pylance vscode-python

[skip ci] https://gist.github.com/dgalbraith/aef61e2663a09f3dfdfa40482177e040/4ee633199ba2e1ef28a04174a5b82074a03f7ad5
  • Loading branch information
dgalbraith committed Apr 11, 2024
1 parent 5d25f05 commit d2bc13a
Show file tree
Hide file tree
Showing 27 changed files with 60 additions and 60 deletions.
2 changes: 1 addition & 1 deletion automatic/nushell.install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Software license](https://img.shields.io/github/license/nushell/nushell)](https://github.com/nushell/nushell/blob/main/LICENSE)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/Source-v0.92.1-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.92.1)
[![Software version](https://img.shields.io/badge/Source-v0.92.2-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.92.2)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/nushell.install?label=Chocolatey)](https://chocolatey.org/packages/nushell.install)

Nushell, or Nu for short, is a new shell that takes a modern, structured approach to your commandline. It works
Expand Down
14 changes: 7 additions & 7 deletions automatic/nushell.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ be verified by:

1. Go to the binary distribution page

https://github.com/nushell/nushell/releases/tag/0.92.1
https://github.com/nushell/nushell/releases/tag/0.92.2

and download the archive nu-0.92.1-x86_64-pc-windows-msvc.msi using the relevant link in the
and download the archive nu-0.92.2-x86_64-pc-windows-msvc.msi using the relevant link in the
assets section on the page.

Alternatively the archive can be downloaded directly from

https://github.com/nushell/nushell/releases/download/0.92.1/nu-0.92.1-x86_64-pc-windows-msvc.msi
https://github.com/nushell/nushell/releases/download/0.92.2/nu-0.92.2-x86_64-pc-windows-msvc.msi

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha256 nu-0.92.1-x86_64-pc-windows-msvc.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f nu-0.92.1-x86_64-pc-windows-msvc.msi
- Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha256 nu-0.92.2-x86_64-pc-windows-msvc.msi
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f nu-0.92.2-x86_64-pc-windows-msvc.msi

File: nu-0.92.1-x86_64-pc-windows-msvc.msi
File: nu-0.92.2-x86_64-pc-windows-msvc.msi
Type: sha256
Checksum: C5F0FBF208330D86A8B6CC69A88A42549FE9AB4BC123DBA338E7547ECED5473A
Checksum: 57418EB4E0B32EA63C61148AF93A409631EC9110BB9A970E8027C80CDCDC9825

Contents of file LICENSE.txt is obtained from https://github.com/nushell/nushell/blob/main/LICENSE
4 changes: 2 additions & 2 deletions automatic/nushell.install/nushell.install.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>nushell.install</id>
<version>0.92.1</version>
<version>0.92.2</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/nushell</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Nushell - A new type of shell</title>
Expand Down Expand Up @@ -58,7 +58,7 @@ To have Chocolatey remember parameters on upgrade, be sure to set `choco feature
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
]]></description>
<releaseNotes>https://github.com/nushell/nushell/releases/tag/0.92.1</releaseNotes>
<releaseNotes>https://github.com/nushell/nushell/releases/tag/0.92.2</releaseNotes>
<dependencies>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion automatic/nushell.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
SoftwareName = 'Nu'
File64 = Join-Path $toolsDir 'nu-0.92.1-x86_64-pc-windows-msvc.msi'
File64 = Join-Path $toolsDir 'nu-0.92.2-x86_64-pc-windows-msvc.msi'
FileType = 'msi'
SilentArgs = '/qn /norestart'
ValidExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/nushell.portable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Software license](https://img.shields.io/github/license/nushell/nushell)](https://github.com/nushell/nushell/blob/main/LICENSE)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/Source-v0.92.1-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.92.1)
[![Software version](https://img.shields.io/badge/Source-v0.92.2-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.92.2)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/nushell.portable?label=Chocolatey)](https://chocolatey.org/packages/nushell.portable)

Nushell, or Nu for short, is a new shell that takes a modern, structured approach to your commandline. It works
Expand Down
14 changes: 7 additions & 7 deletions automatic/nushell.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ be verified by:

1. Go to the binary distribution page

https://github.com/nushell/nushell/releases/tag/0.92.1
https://github.com/nushell/nushell/releases/tag/0.92.2

and download the archive nu-0.92.1-x86_64-pc-windows-msvc.zip using the relevant link in the
and download the archive nu-0.92.2-x86_64-pc-windows-msvc.zip using the relevant link in the
assets section on the page.

Alternatively the archive can be downloaded directly from

https://github.com/nushell/nushell/releases/download/0.92.1/nu-0.92.1-x86_64-pc-windows-msvc.zip
https://github.com/nushell/nushell/releases/download/0.92.2/nu-0.92.2-x86_64-pc-windows-msvc.zip

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha256 nu-0.92.1-x86_64-pc-windows-msvc.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f nu-0.92.1-x86_64-pc-windows-msvc.zip
- Use powershell function 'Get-Filehash' - Get-Filehash -algorithm sha256 nu-0.92.2-x86_64-pc-windows-msvc.zip
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f nu-0.92.2-x86_64-pc-windows-msvc.zip

File: nu-0.92.1-x86_64-pc-windows-msvc.zip
File: nu-0.92.2-x86_64-pc-windows-msvc.zip
Type: sha256
Checksum: 6626DCC65D8A1DA20FCB84F3B523F66FEF6CB03C8186A09A5D919DA2045B38E5
Checksum: 7EBE2BF770DE01C8A957B5C431CA62E6CCEF3A2B33227B0EA30BFA6800DB89EC

Contents of file LICENSE.txt is obtained from https://github.com/nushell/nushell/blob/main/LICENSE
4 changes: 2 additions & 2 deletions automatic/nushell.portable/nushell.portable.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>nushell.portable</id>
<version>0.92.1</version>
<version>0.92.2</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/nushell</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Nushell - A new type of shell (Portable)</title>
Expand Down Expand Up @@ -58,7 +58,7 @@ To have Chocolatey remember parameters on upgrade, be sure to set `choco feature
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
]]></description>
<releaseNotes>https://github.com/nushell/nushell/releases/tag/0.92.1</releaseNotes>
<releaseNotes>https://github.com/nushell/nushell/releases/tag/0.92.2</releaseNotes>
<dependencies>
</dependencies>
</metadata>
Expand Down
2 changes: 1 addition & 1 deletion automatic/nushell.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition

$unzipArgs = @{
PackageName = $env:ChocolateyPackageName
FileFullPath64 = Join-Path $toolsDir 'nu-0.92.1-x86_64-pc-windows-msvc.zip'
FileFullPath64 = Join-Path $toolsDir 'nu-0.92.2-x86_64-pc-windows-msvc.zip'
Destination = $toolsDir
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/nushell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Software license](https://img.shields.io/github/license/nushell/nushell)](https://github.com/nushell/nushell/blob/main/LICENSE)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/Source-v0.92.1-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.92.1)
[![Software version](https://img.shields.io/badge/Source-v0.92.2-blue.svg)](https://github.com/nushell/nushell/releases/tag/0.92.2)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/nushell?label=Chocolatey)](https://chocolatey.org/packages/nushell)

Nushell, or Nu for short, is a new shell that takes a modern, structured approach to your commandline. It works
Expand Down
6 changes: 3 additions & 3 deletions automatic/nushell/nushell.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>nushell</id>
<version>0.92.1</version>
<version>0.92.2</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/nushell</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Nushell - A new type of shell</title>
Expand Down Expand Up @@ -58,9 +58,9 @@ To have Chocolatey remember parameters on upgrade, be sure to set `choco feature
If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
]]></description>
<releaseNotes>https://github.com/nushell/nushell/releases/tag/0.92.1</releaseNotes>
<releaseNotes>https://github.com/nushell/nushell/releases/tag/0.92.2</releaseNotes>
<dependencies>
<dependency id="nushell.install" version="[0.92.1]" />
<dependency id="nushell.install" version="[0.92.2]" />
</dependencies>
</metadata>
<files>
Expand Down
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.57.0.vsix using the Download Extension link
and download the extension vscjava.vscode-java-debug-0.57.2024041008.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.57.0/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/vcsjava/vsextensions/vscode-java-debug/0.57.2024041008/vspackage

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

Type: sha256
Checksum: 0EB34B73B049A1972C595F629657096B212E932922A12AB4B0D29B4D2DA8A5E7
Checksum: 7BD67A7D76147B3A4D1824568DAEED5C495F41B15C9DA0302537B17221A3A9D7

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.57.0.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\vscjava.vscode-java-debug-0.57.2024041008.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.57.0</version>
<version>0.57.2024041008</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.30.2024040908.vsix using the Download Extension link
and download the extension redhat.java-1.30.2024041008.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.2024040908/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/redhat/vsextensions/java/1.30.2024041008/vspackage

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

Type: sha256
Checksum: B7FD503576E8E11733DBB4E596DC97485248EA959D96D1B3D5433143A8A9B2C7
Checksum: 36C7240632B7480FDEE830F322297C2DA11A7F29278FECD035515602214D362E

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.30.2024040908.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\redhat.java-1.30.2024041008.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.30.2024040908</version>
<version>1.30.2024041008</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.4.2024040901'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2024.4.2024041002'
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.4.2024040901</version>
<version>2024.4.2024041002</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
2 changes: 1 addition & 1 deletion automatic/vscode-oracle-devtools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This extension enables editing and execution of SQL and PL/SQL for Oracle Databa

## Notes

* This package requires Visual Studio Code 1.67.0 or newer.
* This package requires Visual Studio Code 1.75.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
10 changes: 5 additions & 5 deletions automatic/vscode-oracle-devtools/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=Oracle.oracledevtools

and download the extension Oracle.oracledevtools-21.8.0.vsix using the Download Extension link
and download the extension Oracle.oracledevtools-21.9.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/Oracle/vsextensions/oracledevtools/21.8.0/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/Oracle/vsextensions/oracledevtools/21.9.0/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash Oracle.oracledevtools-21.8.0.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Oracle.oracledevtools-21.8.0.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash Oracle.oracledevtools-21.9.0.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f Oracle.oracledevtools-21.9.0.vsix

Type: sha256
Checksum: 970923ECD9B632A7015140DF068AA70A0EA34F578FEE56B85EA8BFC415E43379
Checksum: 0AEC9F5031308E4B878B003E4A9B1EB2707F71A5A10F348AF02EA57051065067

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/Oracle.oracledevtools/license
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\Oracle.oracledevtools-21.8.0.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\Oracle.oracledevtools-21.9.0.vsix"
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-oracle-devtools</id>
<version>21.8.0</version>
<version>21.9.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-oracle-devtools</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Oracle Developer Tools for VS Code</title>
Expand All @@ -30,7 +30,7 @@
## Notes
* This package requires Visual Studio Code 1.67.0 or newer.
* This package requires Visual Studio Code 1.75.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-pylance/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2024.4.100"
Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2024.4.101"
2 changes: 1 addition & 1 deletion automatic/vscode-pylance/vscode-pylance.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-pylance</id>
<version>2024.4.100</version>
<version>2024.4.101</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-pylance</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Pylance 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.5.11002139.vsix using the Download Extension link
and download the package ms-python.python-2024.5.11011009.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.5.11002139/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2024.5.11011009/vspackage

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

Type: sha256
Checksum: 416145D9D14FDFC9D484D7D7C7FB7BFC7859207CF99273B56A80F0A4E89DBB54
Checksum: 7496FEA0E8BD02965786C41A0A2167B3B414CE6214EC571B58EC25E16224C4B2

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.5.11002139.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2024.5.11011009.vsix"
Loading

0 comments on commit d2bc13a

Please sign in to comment.