mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2026-08-24 10:14:12 -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
|
- resource: Microsoft.WinGet.DSC/WinGetPackage
|
||||||
directives:
|
directives:
|
||||||
description: Install Visual Studio Code
|
description: Install Visual Studio Code
|
||||||
allowPrerelease: false
|
|
||||||
settings:
|
settings:
|
||||||
id: Microsoft.VisualStudioCode
|
id: Microsoft.VisualStudioCode
|
||||||
source: winget
|
source: winget
|
||||||
@@ -12,7 +11,6 @@ properties:
|
|||||||
id: golang
|
id: golang
|
||||||
directives:
|
directives:
|
||||||
description: Install Golang
|
description: Install Golang
|
||||||
allowPrerelease: false
|
|
||||||
settings:
|
settings:
|
||||||
id: GoLang.Go
|
id: GoLang.Go
|
||||||
source: winget
|
source: winget
|
||||||
@@ -20,14 +18,13 @@ properties:
|
|||||||
dependsOn: [golang]
|
dependsOn: [golang]
|
||||||
directives:
|
directives:
|
||||||
description: Install golangci-lint
|
description: Install golangci-lint
|
||||||
allowPrerelease: false
|
|
||||||
settings:
|
settings:
|
||||||
id: GolangCI.golangci-lint
|
id: GolangCI.golangci-lint
|
||||||
source: winget
|
source: winget
|
||||||
- resource: Microsoft.WinGet.DSC/WinGetPackage
|
- resource: Microsoft.WinGet.DSC/WinGetPackage
|
||||||
directives:
|
directives:
|
||||||
description: Install NodeJS
|
description: Install NodeJS
|
||||||
allowPrerelease: false
|
securityContext: elevated
|
||||||
settings:
|
settings:
|
||||||
id: OpenJS.NodeJS
|
id: OpenJS.NodeJS
|
||||||
source: winget
|
source: winget
|
||||||
|
|||||||
Reference in New Issue
Block a user