From c53cc6546f90d3d78e0e2f7510e8cdba5f2b691e Mon Sep 17 00:00:00 2001 From: Tyler James Leonhardt Date: Fri, 24 Jul 2020 15:59:42 -0700 Subject: [PATCH] fix: PowerShell typo --- .github/commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/commands.json b/.github/commands.json index 7d93e109e10..1b2bc516842 100644 --- a/.github/commands.json +++ b/.github/commands.json @@ -297,7 +297,7 @@ ], "action": "close", "addLabel": "*caused-by-extension", - "comment": "It looks like this is caused by the Powershell extension. Please file it with the repository [here](https://github.com/PowerShell/vscode-powershell). Make sure to check their issue reporting template and provide them relevant information such as the extension version you're using. See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines for more information.\n\nHappy Coding!" + "comment": "It looks like this is caused by the PowerShell extension. Please file it with the repository [here](https://github.com/PowerShell/vscode-powershell). Make sure to check their issue reporting template and provide them relevant information such as the extension version you're using. See also our [issue reporting](https://aka.ms/vscodeissuereporting) guidelines for more information.\n\nHappy Coding!" }, { "type": "comment", -- GitLab