mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2026-08-24 02:34:19 -05:00
chore: add securityContext & remove allowPrerelease from winget config
This commit is contained in:
committed by
Jan De Dobbeleer
parent
0f63835796
commit
b2962e4f4c
@@ -4,7 +4,6 @@ properties:
|
||||
- resource: Microsoft.WinGet.DSC/WinGetPackage
|
||||
directives:
|
||||
description: Install Visual Studio Code
|
||||
allowPrerelease: false
|
||||
settings:
|
||||
id: Microsoft.VisualStudioCode
|
||||
source: winget
|
||||
@@ -12,7 +11,6 @@ properties:
|
||||
id: golang
|
||||
directives:
|
||||
description: Install Golang
|
||||
allowPrerelease: false
|
||||
settings:
|
||||
id: GoLang.Go
|
||||
source: winget
|
||||
@@ -20,14 +18,13 @@ properties:
|
||||
dependsOn: [golang]
|
||||
directives:
|
||||
description: Install golangci-lint
|
||||
allowPrerelease: false
|
||||
settings:
|
||||
id: GolangCI.golangci-lint
|
||||
source: winget
|
||||
- resource: Microsoft.WinGet.DSC/WinGetPackage
|
||||
directives:
|
||||
description: Install NodeJS
|
||||
allowPrerelease: false
|
||||
securityContext: elevated
|
||||
settings:
|
||||
id: OpenJS.NodeJS
|
||||
source: winget
|
||||
|
||||
Reference in New Issue
Block a user