Skip to content

Commit

Permalink
AU: 2 updated - vscode-jupyter vscode-prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Sep 24, 2022
1 parent 7c1ae79 commit 08343b3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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@2022.9.1002671058'
Install-VsCodeExtension -extensionId 'ms-toolsai.jupyter@2022.9.1002681037'
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.9.1002671058</version>
<version>2022.9.1002681037</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-prettier/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=esbenp.prettier-vscode

and download the extension esbenp.prettier-vscode-9.8.0.vsix using the Download Extension link
and download the extension esbenp.prettier-vscode-9.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/esbenp/vsextensions/prettier-vscode/9.8.0/vspackage
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/esbenp/vsextensions/prettier-vscode/9.9.0/vspackage

2. The extension can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash esbenp.prettier-vscode-9.8.0.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f esbenp.prettier-vscode-9.8.0.vsix
- Use powershell function 'Get-Filehash' - Get-Filehash esbenp.prettier-vscode-9.9.0.vsix
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f esbenp.prettier-vscode-9.9.0.vsix

Type: sha256
Checksum: FBC944B900FBDF0FAEAC0BF64F0D1BFAAEA843AEBE80B80C3DEDCBBA59FD72E6
Checksum: 62BECCE07C9135CB017FC6209502EFC998DB94C86D92930FF9FF521FCA146AFD

File LICENSE.txt is obtained from https://marketplace.visualstudio.com/items/esbenp.prettier-vscode/license
2 changes: 1 addition & 1 deletion automatic/vscode-prettier/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\esbenp.prettier-vscode-9.8.0.vsix"
Install-VsCodeExtension -extensionId "$toolsDir\esbenp.prettier-vscode-9.9.0.vsix"
2 changes: 1 addition & 1 deletion automatic/vscode-prettier/vscode-prettier.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-prettier</id>
<version>9.8.0</version>
<version>9.9.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/vscode-prettier</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Prettier Code Formatter VSCode Extension</title>
Expand Down

0 comments on commit 08343b3

Please sign in to comment.