forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Microsoft.VisualStudioCode_v1.94.1 desktop (microsoft#179972)
Co-authored-by: Ladislau Szomoru <[email protected]>
- Loading branch information
Showing
3 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
manifests/m/Microsoft/VisualStudioCode/1.94.1/Microsoft.VisualStudioCode.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
19 changes: 19 additions & 0 deletions
19
manifests/m/Microsoft/VisualStudioCode/1.94.1/Microsoft.VisualStudioCode.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
7 changes: 7 additions & 0 deletions
7
manifests/m/Microsoft/VisualStudioCode/1.94.1/Microsoft.VisualStudioCode.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |