text VSCode PowerShell代码段

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text VSCode PowerShell代码段相关的知识,希望对你有一定的参考价值。

"Help": {
    "prefix": "help",
    "body": [
        "<#",
        ".SYNOPSIS",
        "\tShort description",
        ".DESCRIPTION",
        "\tLong description",
        ".EXAMPLE",
        "\tC:\\PS>",
        "\tExample of how to use this cmdlet",
        ".EXAMPLE",
        "\tC:\\PS>",
        "\tAnother example of how to use this cmdlet",
        ".PARAMETER InputObject",
        "\tSpecifies the object to be processed.  You can also pipe the objects to this command.",
        ".OUTPUTS",
        "\tOutput from this cmdlet (if any)",
        ".NOTES",
        "\tGeneral notes",
        ".COMPONENT",
        "\tThe component this cmdlet belongs to",
        "#>"
    ],
    "description": "Help comment block"
}

以上是关于text VSCode PowerShell代码段的主要内容,如果未能解决你的问题,请参考以下文章

新版VSCode终端关闭PowerShell版本信息

新版VSCode终端关闭PowerShell版本信息

从 powershell 提示符启动 vscode 脚本

PowerShell 别名、PSScriptAnalyzer 和 VSCode

VSCode 突然默认为集成终端和任务的 powershell

powershell VSCode扩展