Skip to content

Commit

Permalink
AU: 3 updated - vscode-intellicode vscode-jupyter vscode-python
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Apr 22, 2022
1 parent dace71d commit 03bc9fd
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/vscode-intellicode/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId 'VisualStudioExptTeam.vscodeintellicode@1.2.19'
Install-VsCodeExtension -extensionId 'VisualStudioExptTeam.vscodeintellicode@1.2.20'
2 changes: 1 addition & 1 deletion automatic/vscode-intellicode/vscode-intellicode.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-intellicode</id>
<version>1.2.19</version>
<version>1.2.20</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-intellicode</packageSourceUrl>
<owners>dgalbraith</owners>
<title>IntelliCode 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@2022.4.1001122341'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2022.4.1001131006'
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>2022.4.1001122341</version>
<version>2022.4.1001131006</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-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-2022.5.11101004.vsix using the Download Extension link
and download the package ms-python.python-2022.5.11111003.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/2022.5.11101004/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2022.5.11111003/vspackage

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

Type: sha256
Checksum: 5FAE908DAB0B4CAF1AF36B4FFE2A997D7BC11CB7819A6EA8A706DD7BD66520E9
Checksum: 0751F201D9F247848E6B315DEF9B6C2A6D10C35633BCE40ECA777C86F9D3AFF1

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-2022.5.11101004.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2022.5.11111003.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>2022.5.11101004</version>
<version>2022.5.11111003</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 03bc9fd

Please sign in to comment.