Skip to content

Commit

Permalink
Microsoft.VisualStudioCode_v1.97.2 desktop (microsoft#229133)
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 Feb 13, 2025
1 parent 8b3cd24 commit 9b08fab
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.97.2
Commands:
- code
InstallerType: inno
Installers:
- Architecture: arm64
InstallerUrl: 'https://vscode.download.prss.microsoft.com/dbazure/download/stable/e54c774e0add60467559eb0d1e229c6452cf8447/VSCodeSetup-arm64-1.97.2.exe'
InstallerSha256: ee77a4578e72efed9a632842a312d2dbb6303b23c6151749f868e3ea97db2b72
Scope: machine
- Architecture: arm64
InstallerUrl: 'https://vscode.download.prss.microsoft.com/dbazure/download/stable/e54c774e0add60467559eb0d1e229c6452cf8447/VSCodeUserSetup-arm64-1.97.2.exe'
InstallerSha256: 9c31c7f71104d733820b4432223437956ad6e2bde3923df3aba5b0b7d8d98462
Scope: user
- Architecture: x64
InstallerUrl: 'https://vscode.download.prss.microsoft.com/dbazure/download/stable/e54c774e0add60467559eb0d1e229c6452cf8447/VSCodeSetup-x64-1.97.2.exe'
InstallerSha256: 5c7c9613b97b06bc524ace9cba6bf740b699a7df4d8c0d2650830057bd6fcd00
Scope: machine
- Architecture: x64
InstallerUrl: 'https://vscode.download.prss.microsoft.com/dbazure/download/stable/e54c774e0add60467559eb0d1e229c6452cf8447/VSCodeUserSetup-x64-1.97.2.exe'
InstallerSha256: daabe6898fcca63afae8c69436df1f49687c390d2c7b2eb6ac6b3e9bc5821f39
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.97.2
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.97.2
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.5.0

0 comments on commit 9b08fab

Please sign in to comment.