Skip to content

Commit

Permalink
AU: 2 updated - vscode-cloud-code vscode-python
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Jun 6, 2024
1 parent 47db0f2 commit f112cfc
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/vscode-cloud-code/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId 'GoogleCloudTools.cloudcode@2.11.1'
Install-VsCodeExtension -extensionId 'GoogleCloudTools.cloudcode@2.11.3'
2 changes: 1 addition & 1 deletion automatic/vscode-cloud-code/vscode-cloud-code.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-cloud-code</id>
<version>2.11.1</version>
<version>2.11.3</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-cloud-code</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Cloud Code VSCode Extension</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ refactoring, variable explorer, test explorer, snippets, and more!

## Notes

* This package requires Visual Studio Code 1.89.0-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-insider or newer.
* This package requires Visual Studio Code 1.89.0-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-insider 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-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.7.11511013.vsix using the Download Extension link
and download the package ms-python.python-2024.8.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/ms-python/vsextensions/python/2024.7.11511013/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-python/vsextensions/python/2024.8.0/vspackage

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

Type: sha256
Checksum: 4F48138DA0248B6B40AD873E678CDCD080CD374A679D9E749265A697F88A52FD
Checksum: 38BC120B56110CF1ED1524ED0B42634B561BA155D6AE7FBB873556B2C40BF688

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.7.11511013.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\ms-python.python-2024.8.0.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,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vscode-python</id>
<version>2024.7.11511013</version>
<version>2024.8.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-maven</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Python VSCode Extension</title>
Expand Down Expand Up @@ -33,7 +33,7 @@
## Notes
* This package requires Visual Studio Code 1.89.0-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-insider or newer.
* This package requires Visual Studio Code 1.89.0-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-20240415-insider 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

0 comments on commit f112cfc

Please sign in to comment.