forked from microsoft/vscode
-
-
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.
- Loading branch information
1 parent
70542f5
commit d537ece
Showing
6,300 changed files
with
1,257,540 additions
and
590,130 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,56 +1,56 @@ | ||
# yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2 | ||
# Reference: https://github.com/microsoft/vscode/wiki/How-to-Contribute | ||
properties: | ||
resources: | ||
- resource: Microsoft.WinGet.DSC/WinGetPackage | ||
directives: | ||
description: Install Git | ||
allowPrerelease: true | ||
settings: | ||
id: Git.Git | ||
source: winget | ||
- resource: Microsoft.WinGet.DSC/WinGetPackage | ||
id: npm | ||
directives: | ||
description: Install NodeJS version 20 | ||
allowPrerelease: true | ||
settings: | ||
id: OpenJS.NodeJS.LTS | ||
version: "20.14.0" | ||
source: winget | ||
- resource: Microsoft.WinGet.DSC/WinGetPackage | ||
directives: | ||
description: Install Python 3.10 | ||
allowPrerelease: true | ||
settings: | ||
id: Python.Python.3.10 | ||
source: winget | ||
- resource: Microsoft.WinGet.DSC/WinGetPackage | ||
id: vsPackage | ||
directives: | ||
description: Install Visual Studio 2022 (any edition is OK) | ||
allowPrerelease: true | ||
settings: | ||
id: Microsoft.VisualStudio.2022.BuildTools | ||
source: winget | ||
- resource: Microsoft.VisualStudio.DSC/VSComponents | ||
dependsOn: | ||
- vsPackage | ||
directives: | ||
description: Install required VS workloads | ||
allowPrerelease: true | ||
settings: | ||
productId: Microsoft.VisualStudio.Product.BuildTools | ||
channelId: VisualStudio.17.Release | ||
includeRecommended: true | ||
components: | ||
- Microsoft.VisualStudio.Workload.VCTools | ||
- resource: NpmDsc/NpmInstall | ||
dependsOn: | ||
- npm | ||
directives: | ||
description: Install dependencies | ||
allowPrerelease: true | ||
settings: | ||
PackageDirectory: '${WinGetConfigRoot}\..\' | ||
configurationVersion: 0.2.0 | ||
resources: | ||
- resource: Microsoft.WinGet.DSC/WinGetPackage | ||
directives: | ||
description: Install Git | ||
allowPrerelease: true | ||
settings: | ||
id: Git.Git | ||
source: winget | ||
- resource: Microsoft.WinGet.DSC/WinGetPackage | ||
id: npm | ||
directives: | ||
description: Install NodeJS version 20 | ||
allowPrerelease: true | ||
settings: | ||
id: OpenJS.NodeJS.LTS | ||
version: "20.14.0" | ||
source: winget | ||
- resource: Microsoft.WinGet.DSC/WinGetPackage | ||
directives: | ||
description: Install Python 3.10 | ||
allowPrerelease: true | ||
settings: | ||
id: Python.Python.3.10 | ||
source: winget | ||
- resource: Microsoft.WinGet.DSC/WinGetPackage | ||
id: vsPackage | ||
directives: | ||
description: Install Visual Studio 2022 (any edition is OK) | ||
allowPrerelease: true | ||
settings: | ||
id: Microsoft.VisualStudio.2022.BuildTools | ||
source: winget | ||
- resource: Microsoft.VisualStudio.DSC/VSComponents | ||
dependsOn: | ||
- vsPackage | ||
directives: | ||
description: Install required VS workloads | ||
allowPrerelease: true | ||
settings: | ||
productId: Microsoft.VisualStudio.Product.BuildTools | ||
channelId: VisualStudio.17.Release | ||
includeRecommended: true | ||
components: | ||
- Microsoft.VisualStudio.Workload.VCTools | ||
- resource: NpmDsc/NpmInstall | ||
dependsOn: | ||
- npm | ||
directives: | ||
description: Install dependencies | ||
allowPrerelease: true | ||
settings: | ||
PackageDirectory: '${WinGetConfigRoot}\..\' | ||
configurationVersion: 0.2.0 |
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
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"features": { | ||
"ghcr.io/devcontainers/features/desktop-lite:1": { | ||
"version": "1.0.8", | ||
"resolved": "ghcr.io/devcontainers/features/desktop-lite@sha256:e7dc4d37ab9e3d6e7ebb221bac741f5bfe07dae47025399d038b17af2ed8ddb7", | ||
"integrity": "sha256:e7dc4d37ab9e3d6e7ebb221bac741f5bfe07dae47025399d038b17af2ed8ddb7" | ||
}, | ||
"ghcr.io/devcontainers/features/rust:1": { | ||
"version": "1.1.3", | ||
"resolved": "ghcr.io/devcontainers/features/rust@sha256:aba6f47303b197976902bf544c786b5efecc03c238ff593583e5e74dfa9c7ccb", | ||
"integrity": "sha256:aba6f47303b197976902bf544c786b5efecc03c238ff593583e5e74dfa9c7ccb" | ||
} | ||
} | ||
} | ||
"features": { | ||
"ghcr.io/devcontainers/features/desktop-lite:1": { | ||
"version": "1.0.8", | ||
"resolved": "ghcr.io/devcontainers/features/desktop-lite@sha256:e7dc4d37ab9e3d6e7ebb221bac741f5bfe07dae47025399d038b17af2ed8ddb7", | ||
"integrity": "sha256:e7dc4d37ab9e3d6e7ebb221bac741f5bfe07dae47025399d038b17af2ed8ddb7" | ||
}, | ||
"ghcr.io/devcontainers/features/rust:1": { | ||
"version": "1.1.3", | ||
"resolved": "ghcr.io/devcontainers/features/rust@sha256:aba6f47303b197976902bf544c786b5efecc03c238ff593583e5e74dfa9c7ccb", | ||
"integrity": "sha256:aba6f47303b197976902bf544c786b5efecc03c238ff593583e5e74dfa9c7ccb" | ||
} | ||
} | ||
} |
Oops, something went wrong.