Skip to content

Commit

Permalink
Microsoft.VisualStudioCode_v1.94.1 desktop (microsoft#179972)
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 Oct 8, 2024
1 parent 72526b1 commit 46f06f1
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
PackageVersion: 1.94.1
Commands:
- code
InstallerType: inno
Installers:
- Architecture: arm64
InstallerUrl: 'https://vscode.download.prss.microsoft.com/dbazure/download/stable/e10f2369d0d9614a452462f2e01cdc4aa9486296/VSCodeSetup-arm64-1.94.1.exe'
InstallerSha256: 6452be1e1a83cb2990704fe3f5514c951159663e95a3e24d1022d2ea19bb9ea8
Scope: machine
- Architecture: arm64
InstallerUrl: 'https://vscode.download.prss.microsoft.com/dbazure/download/stable/e10f2369d0d9614a452462f2e01cdc4aa9486296/VSCodeUserSetup-arm64-1.94.1.exe'
InstallerSha256: ddcd7f7974e44df8d45fd16dd733b2ca99b3e3d687f37100f214915eb2dd71d5
Scope: user
- Architecture: x64
InstallerUrl: 'https://vscode.download.prss.microsoft.com/dbazure/download/stable/e10f2369d0d9614a452462f2e01cdc4aa9486296/VSCodeSetup-x64-1.94.1.exe'
InstallerSha256: 4f3f25c79a6dc25f9f09113a76824ea6a604b70fbc3376707003bc7b6091224a
Scope: machine
- Architecture: x64
InstallerUrl: 'https://vscode.download.prss.microsoft.com/dbazure/download/stable/e10f2369d0d9614a452462f2e01cdc4aa9486296/VSCodeUserSetup-x64-1.94.1.exe'
InstallerSha256: ccc116e385368b682750bda8be35da19424dd5a792b2c7f8a984c54d3ebe63b6
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
PackageName: Microsoft Visual Studio Code
PackageVersion: 1.94.1
PackageLocale: en-US
Publisher: Microsoft Corporation
PublisherUrl: 'https://www.microsoft.com/'
PrivacyUrl: 'https://privacy.microsoft.com/'
PackageUrl: 'https://code.visualstudio.com'
License: Microsoft Software License
LicenseUrl: 'https://code.visualstudio.com/license'
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
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
PackageVersion: 1.94.1
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.5.0

0 comments on commit 46f06f1

Please sign in to comment.