Skip to content

Commit 40bd662

Browse files
committed
clean up winget install
- add "missing" vscode extensions - sort vscode extensions alphabetically - add bats extension as optional one
1 parent 8430ede commit 40bd662

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

winget.ps1

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,16 @@ winget install --id "Mozilla.Firefox" --silent --override "OPTIONAL_EXTENSIONS=f
3838
winget install --id "Microsoft.VisualStudioCode" --silent --override "/VERYSILENT /NOCANCEL /MERGETASKS=!runcode /LOADINF=$PSScriptRoot\winget_vscode.ini"
3939
# Install basic Visual Studio Code extensions
4040
foreach ($extension in @(
41+
"asciidoctor.asciidoctor-vscode"
42+
"ban.spellright"
4143
"DotJoshJohnson.xml"
4244
"EditorConfig.EditorConfig"
43-
"ban.spellright"
45+
"github.vscode-github-actions"
46+
#"jetmartin.bats"
4447
"ms-azuretools.vscode-docker"
4548
"ms-vscode.powershell"
4649
"redhat.vscode-yaml"
50+
"tamasfe.even-better-toml"
4751
"timonwong.shellcheck"
4852
"yzhang.markdown-all-in-one"
4953
))

0 commit comments

Comments
 (0)