From 4610823e7458257f84e277cf6a1a97ae89464149 Mon Sep 17 00:00:00 2001 From: Tyler Leonhardt Date: Thu, 26 Mar 2020 12:43:24 -0700 Subject: [PATCH 1/2] Update version to v2.1.0-preview.2 and update changelog --- CHANGELOG.md | 12 ++++++++++++ PowerShellEditorServices.Common.props | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bef330fe..a9779b7fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # PowerShell Editor Services Release History +## v2.1.0-preview.2 +### Thursday, March 26, 2020 + +- 🐛🧠 [vscode-powershell #2584](https://github.com/PowerShell/PowerShellEditorServices/pull/1243) - + Refactor GetCommandSynopsisAsync method make sure cmdlets with module prefixes work. +- 🐛⚡️🧠📚 [vscode-powershell #2556](https://github.com/PowerShell/PowerShellEditorServices/pull/1238) - + Add cancellation for `textDocument/completion`, `textDocument/codeAction`, `textDocument/folding`. +- ✨👮 [vscode-powershell #2572](https://github.com/PowerShell/PowerShellEditorServices/pull/1241) - + Only run diagnostics on PowerShell files. +- ⚡️🧠 [PowerShellEditorServices #1237](https://github.com/PowerShell/PowerShellEditorServices/pull/1237) - + Optimize when we run GetCommandInfoAsync. + ## v2.1.0-preview.1 ### Thursday, March 12, 2020 diff --git a/PowerShellEditorServices.Common.props b/PowerShellEditorServices.Common.props index f3bed7048..df82ce2c8 100644 --- a/PowerShellEditorServices.Common.props +++ b/PowerShellEditorServices.Common.props @@ -1,7 +1,7 @@ 2.1.0 - preview.1 + preview.2 Microsoft © Microsoft Corporation. All rights reserved. PowerShell;editor;development;language;debugging From 69f3077ea9bf266ae2e3064f19369cac6487d8f0 Mon Sep 17 00:00:00 2001 From: Tyler Leonhardt Date: Thu, 26 Mar 2020 12:45:24 -0700 Subject: [PATCH 2/2] improved text --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9779b7fa..c0f0f305c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,13 @@ ### Thursday, March 26, 2020 - 🐛🧠 [vscode-powershell #2584](https://github.com/PowerShell/PowerShellEditorServices/pull/1243) - - Refactor GetCommandSynopsisAsync method make sure cmdlets with module prefixes work. + Refactor GetCommandSynopsisAsync method to make sure cmdlets with module prefixes work. - 🐛⚡️🧠📚 [vscode-powershell #2556](https://github.com/PowerShell/PowerShellEditorServices/pull/1238) - Add cancellation for `textDocument/completion`, `textDocument/codeAction`, `textDocument/folding`. - ✨👮 [vscode-powershell #2572](https://github.com/PowerShell/PowerShellEditorServices/pull/1241) - Only run diagnostics on PowerShell files. - ⚡️🧠 [PowerShellEditorServices #1237](https://github.com/PowerShell/PowerShellEditorServices/pull/1237) - - Optimize when we run GetCommandInfoAsync. + Optimize when we run GetCommandInfoAsync to use the pipeline less for Intellisense. ## v2.1.0-preview.1 ### Thursday, March 12, 2020