powershell VSCode扩展
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell VSCode扩展相关的知识,希望对你有一定的参考价值。
<#
aaron-bond.better-comments
ban.spellright
bceskavich.theme-dracula-at-night
CoenraadS.bracket-pair-colorizer-2
DanielThielking.aws-cloudformation-yaml
DavidAnson.vscode-markdownlint
DotJoshJohnson.xml
dracula-theme.theme-dracula
eamodio.gitlens
emilast.LogFileHighlighter
kddejong.vscode-cfn-lint
mechatroner.rainbow-csv
ms-mssql.mssql
ms-python.python
ms-vscode.csharp
ms-vscode.Go
ms-vscode.powershell
nbdeg.vscode-gmusic
nobuhito.printcode
oderwat.indent-rainbow
PKief.material-icon-theme
redhat.vscode-yaml
ryanluker.vscode-coverage-gutters
shd101wyy.markdown-preview-enhanced
SirTori.indenticator
tuxtina.json2yaml
Tyriar.shell-launcher
vangware.dark-plus-material
vscode-icons-team.vscode-icons
wmontalvo.vsc-jsonsnippets
woodywoodsta.vscode-material-syntax-dark
#>
$extensionList = @(
"aaron-bond.better-comments"
"ban.spellright"
"bceskavich.theme-dracula-at-night"
"CoenraadS.bracket-pair-colorizer-2"
"DanielThielking.aws-cloudformation-yaml"
"DavidAnson.vscode-markdownlint"
"DotJoshJohnson.xml"
"dracula-theme.theme-dracula"
"eamodio.gitlens"
"emilast.LogFileHighlighter"
"kddejong.vscode-cfn-lint"
"mechatroner.rainbow-csv"
"ms-mssql.mssql"
"ms-python.python"
"ms-vscode.csharp"
"ms-vscode.Go"
"ms-vscode.powershell"
"nbdeg.vscode-gmusic"
"nobuhito.printcode"
"oderwat.indent-rainbow"
"PKief.material-icon-theme"
"redhat.vscode-yaml"
"robertohuertasm.vscode-icons"
"ryanluker.vscode-coverage-gutters"
"shd101wyy.markdown-preview-enhanced"
"SirTori.indenticator"
"tuxtina.json2yaml"
"Tyriar.shell-launcher"
"vangware.dark-plus-material"
"wmontalvo.vsc-jsonsnippets"
"woodywoodsta.vscode-material-syntax-dark"
)
foreach ($Extension in $ExtensionList) {
code --install-extension $Extension
}
以上是关于powershell VSCode扩展的主要内容,如果未能解决你的问题,请参考以下文章
PowerShell 别名、PSScriptAnalyzer 和 VSCode
新版VSCode终端关闭PowerShell版本信息
VSCode 突然默认为集成终端和任务的 powershell
text PowerShell开发的基本VSCode设置
text VSCode PowerShell代码段
Vscode虚拟环境设置cmd成功vscode失败