We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8430ede commit 40bd662Copy full SHA for 40bd662
winget.ps1
@@ -38,12 +38,16 @@ winget install --id "Mozilla.Firefox" --silent --override "OPTIONAL_EXTENSIONS=f
38
winget install --id "Microsoft.VisualStudioCode" --silent --override "/VERYSILENT /NOCANCEL /MERGETASKS=!runcode /LOADINF=$PSScriptRoot\winget_vscode.ini"
39
# Install basic Visual Studio Code extensions
40
foreach ($extension in @(
41
+"asciidoctor.asciidoctor-vscode"
42
+"ban.spellright"
43
"DotJoshJohnson.xml"
44
"EditorConfig.EditorConfig"
-"ban.spellright"
45
+"github.vscode-github-actions"
46
+#"jetmartin.bats"
47
"ms-azuretools.vscode-docker"
48
"ms-vscode.powershell"
49
"redhat.vscode-yaml"
50
+"tamasfe.even-better-toml"
51
"timonwong.shellcheck"
52
"yzhang.markdown-all-in-one"
53
))
0 commit comments