Skip to content

Commit

Permalink
AU: 4 updated - vscode-jupyter vscode-mongodb vscode-pylance vscode-p…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Jan 11, 2024
1 parent 80b76e1 commit 4ca0c03
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
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.1.2024010901'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2024.1.2024011001'
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.1.2024010901</version>
<version>2024.1.2024011001</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
10 changes: 5 additions & 5 deletions automatic/vscode-mongodb/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=mongodb.mongodb-vscode

and download the package mongodb.mongodb-vscode-1.3.1.vsix using the Download Extension link
and download the package mongodb.mongodb-vscode-1.4.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/mongodb/vsextensions/mongodb-vscode/1.3.1/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/mongodb/vsextensions/mongodb-vscode/1.4.0/vspackage

2. The package can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash mongodb.mongodb-vscode-1.3.1.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongodb.mongodb-vscode-1.3.1.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash mongodb.mongodb-vscode-1.4.0.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mongodb.mongodb-vscode-1.4.0.vsix

Type: sha256
Checksum: CCF4CAA62C6DC34F79F625D63BD2846F72041AAA70912A882F91727CAAFBBC58
Checksum: E0F705B18A037524C0ACA019FCA9EF3C0AD40208FC85ED4912857D52BC59494E

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/mongodb.mongodb-vscode/license
2 changes: 1 addition & 1 deletion automatic/vscode-mongodb/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\mongodb.mongodb-vscode-1.3.1.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\mongodb.mongodb-vscode-1.4.0.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-mongodb/vscode-mongodb.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-mongodb</id>
<version>1.3.1</version>
<version>1.4.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-mongodb</packageSourceUrl>
<owners>dgalbraith</owners>
<title>MongoDB VSCode Extension</title>
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@2023.12.102"
Install-VsCodeExtension -extensionId "ms-python.vscode-pylance@2023.12.103"
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>2023.12.102</version>
<version>2023.12.103</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-2023.23.13541005.vsix using the Download Extension link
and download the package ms-python.python-2023.25.10101826.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.23.13541005/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2023.25.10101826/vspackage

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

Type: sha256
Checksum: FBEED7A8115A242C6A3802F53E4D784389D0B052469EE22F382F26E0601139E6
Checksum: 6EFC5AF44854193A18D41B698350291141695CF5412E8E50083B3171D8D2152E

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.23.13541005.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2023.25.10101826.vsix"
4 changes: 2 additions & 2 deletions automatic/vscode-python/vscode-python.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscode-python</id>
<version>2023.23.13541005</version>
<version>2023.25.10101826</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Python VSCode Extension</title>
<authors>Microsoft</authors>
<projectUrl>https://code.visualstudio.com/docs/languages/python</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/dgalbraith/chocolatey-packages@06451096e6d52b43cc821a657a5af03eeccc0485/icons/vscode-python.png</iconUrl>
<copyright>Copyright 2016-2023 Microsoft Corporation</copyright>
<copyright>Copyright 2016-2024 Microsoft Corporation</copyright>
<licenseUrl>https://marketplace.visualstudio.com/items/ms-python.python/license</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/microsoft/vscode-python</projectSourceUrl>
Expand Down

0 comments on commit 4ca0c03

Please sign in to comment.