Skip to content

Commit b891581

Browse files
Update version to v2.1.0-preview.2 and update changelog (#1244)
* Update version to v2.1.0-preview.2 and update changelog * improved text
1 parent 4157a91 commit b891581

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# PowerShell Editor Services Release History
22

3+
## v2.1.0-preview.2
4+
### Thursday, March 26, 2020
5+
6+
- 🐛🧠 [vscode-powershell #2584](https://github.com/PowerShell/PowerShellEditorServices/pull/1243) -
7+
Refactor GetCommandSynopsisAsync method to make sure cmdlets with module prefixes work.
8+
- 🐛⚡️🧠📚 [vscode-powershell #2556](https://github.com/PowerShell/PowerShellEditorServices/pull/1238) -
9+
Add cancellation for `textDocument/completion`, `textDocument/codeAction`, `textDocument/folding`.
10+
- ✨👮 [vscode-powershell #2572](https://github.com/PowerShell/PowerShellEditorServices/pull/1241) -
11+
Only run diagnostics on PowerShell files.
12+
- ⚡️🧠 [PowerShellEditorServices #1237](https://github.com/PowerShell/PowerShellEditorServices/pull/1237) -
13+
Optimize when we run GetCommandInfoAsync to use the pipeline less for Intellisense.
14+
315
## v2.1.0-preview.1
416
### Thursday, March 12, 2020
517

PowerShellEditorServices.Common.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<VersionPrefix>2.1.0</VersionPrefix>
4-
<VersionSuffix>preview.1</VersionSuffix>
4+
<VersionSuffix>preview.2</VersionSuffix>
55
<Company>Microsoft</Company>
66
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
77
<PackageTags>PowerShell;editor;development;language;debugging</PackageTags>

0 commit comments

Comments
 (0)