Skip to content

Commit

Permalink
Microsoft.VisualStudioCode.Insiders_v1.89.0 desktop (microsoft#149015)
Browse files Browse the repository at this point in the history
Co-authored-by: Ladislau Szomoru <[email protected]>
  • Loading branch information
lszomoru and lszomoru authored Apr 14, 2024
1 parent 8f26b10 commit 25b1267
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json

PackageIdentifier: Microsoft.VisualStudioCode.Insiders
PackageVersion: 1.89.0
Commands:
- code-insiders
InstallerType: inno
Installers:
- Architecture: arm64
InstallerUrl: 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/50a6f4f200c5a33f47997eb6a8966e50cf219e21/VSCodeSetup-arm64-1.89.0-insider.exe'
InstallerSha256: 951914d03d8c1a069983aaa4166d1b9b1c66d8e76b7116117772f24e9ceb6164
Scope: machine
- Architecture: arm64
InstallerUrl: 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/50a6f4f200c5a33f47997eb6a8966e50cf219e21/VSCodeUserSetup-arm64-1.89.0-insider.exe'
InstallerSha256: d3968c97992ea2e7a5a8352b2ff25b18931f1245f9bafdf4ac2c1747d405548b
Scope: user
- Architecture: x64
InstallerUrl: 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/50a6f4f200c5a33f47997eb6a8966e50cf219e21/VSCodeSetup-x64-1.89.0-insider.exe'
InstallerSha256: 87d7a81adb51094649ba5fd4f23c6e88a0c91fe8daecc0b0f97b25169947e748
Scope: machine
- Architecture: x64
InstallerUrl: 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/50a6f4f200c5a33f47997eb6a8966e50cf219e21/VSCodeUserSetup-x64-1.89.0-insider.exe'
InstallerSha256: 8bf545895c3936bee019c5745bd54cd3b25803336421aa1b3126740793638264
Scope: user
ManifestType: installer
ManifestVersion: 1.5.0
InstallerSwitches:
Custom: /mergetasks=!runcode
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json

PackageIdentifier: Microsoft.VisualStudioCode.Insiders
PackageName: Microsoft Visual Studio Code Insiders
PackageVersion: 1.89.0
PackageLocale: en-US
Publisher: Microsoft Corporation
PublisherUrl: 'https://www.microsoft.com/'
PrivacyUrl: 'https://privacy.microsoft.com/'
PackageUrl: 'https://code.visualstudio.com'
License: Microsoft Pre-Release Software License
LicenseUrl: 'https://code.visualstudio.com/license/insiders'
ShortDescription: 'Microsoft Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Microsoft Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.'
Moniker: vscode-insiders
Tags:
- developer-tools
- editor
ManifestType: defaultLocale
ManifestVersion: 1.5.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json

PackageIdentifier: Microsoft.VisualStudioCode.Insiders
PackageVersion: 1.89.0
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.5.0

0 comments on commit 25b1267

Please sign in to comment.