From d8e70310f4aeb4ef73aeae9a9b3ebc46ec060d09 Mon Sep 17 00:00:00 2001 From: Matt McNabb Date: Thu, 23 Mar 2017 13:13:17 -0400 Subject: [PATCH] Update ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index ac5d05d736..a1cbb9a984 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -17,9 +17,10 @@ https://github.com/PowerShell/EditorSyntax/issues - Output from `$PSVersionTable`: ``` -Copy / paste the below commands into PowerShell, and paste the output here +Copy / paste the below commands into the PowerShell Integrated Terminal, and paste the output here code -v +$pseditor.EditorServicesVersion code --list-extensions --show-versions $PSVersionTable ```