Skip to content

Commit f10fca1

Browse files
authored
[Ignore] Update CHANGELOG for v2.0.0-preview.7 (#1130)
1 parent 9093fd1 commit f10fca1

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# PowerShell Editor Services Release History
22

3+
## v2.0.0-preview.7
4+
### Wednesday, December 11, 2019
5+
6+
- 👷 📟 [PowerShellEditorServices #1129](https://github.com/PowerShell/PowerShellEditorServices/pull/1129) -
7+
Update PSReadLine to 2.0.0-rc1 in modules.json.
8+
- 🛫 🐛 ⚡️ [vscode-powershell #2292](https://github.com/PowerShell/PowerShellEditorServices/pull/1118) -
9+
Isolate PSES dependencies from PowerShell on load + make PSES a pure binary module.
10+
- ✨ 📟 [PowerShellEditorServices #1108](https://github.com/PowerShell/PowerShellEditorServices/pull/1108) -
11+
Clear the terminal via the LSP.
12+
- 🔍 🐛 [vscode-powershell #2319](https://github.com/PowerShell/PowerShellEditorServices/pull/1117) -
13+
Run one invocation per SetBreakpoints request. (Thanks @SeeminglyScience!)
14+
- 🐛 [PowerShellEditorServices #1114](https://github.com/PowerShell/PowerShellEditorServices/pull/1114) -
15+
Fix Import-EditorCommand -Module. (Thanks @sk82jack!)
16+
- 🐛 🔍 [PowerShellEditorServices #1112](https://github.com/PowerShell/PowerShellEditorServices/pull/1112) -
17+
Fix breakpoint setting deadlock.
18+
- 🔗 🐛 [vscode-powershell #2306](https://github.com/PowerShell/PowerShellEditorServices/pull/1110) -
19+
Fix references on Windows due to bad WorkspacePath.
20+
- ✨ 👷 [PowerShellEditorServices #993](https://github.com/PowerShell/PowerShellEditorServices/pull/993) -
21+
Add devcontainer support for building in container. (Thanks @bergmeister!)
22+
- 🛫 🐛 [vscode-powershell #2311](https://github.com/PowerShell/PowerShellEditorServices/pull/1107) -
23+
Protect against no RootUri (no open workspace).
24+
- 🐛 📟 [vscode-powershell #2274](https://github.com/PowerShell/PowerShellEditorServices/pull/1092) -
25+
Fix '@' appearing in console.
26+
- 👮‍ 🐛 [vscode-powershell #2288](https://github.com/PowerShell/PowerShellEditorServices/pull/1094) -
27+
Use RootUri.LocalPath for workspace path.
28+
- 🐛 👮‍ [PowerShellEditorServices #1101](https://github.com/PowerShell/PowerShellEditorServices/pull/1101) -
29+
Add PSAvoidAssignmentToAutomaticVariable to the default set of PSSA rules. (Thanks @bergmeister!)
30+
- 👮‍ 🔗 🐛 [vscode-powershell #2290](https://github.com/PowerShell/PowerShellEditorServices/pull/1098) -
31+
Fix diagnostics not showing in untitled files and now also show CodeLens.
32+
- 🔍 🐛 [vscode-powershell #1850](https://github.com/PowerShell/PowerShellEditorServices/pull/1097) -
33+
Fixes no prompt showing up when debugging.
34+
- 🚂 📺 🐛 [vscode-powershell #2284](https://github.com/PowerShell/PowerShellEditorServices/pull/1096) -
35+
Fix running indicator by ignoring PSRL aborts.
36+
337
## v2.0.0-preview.6
438
### Friday, November 1, 2019
539

PowerShellEditorServices.Common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<VersionPrefix>2.0.0</VersionPrefix>
4-
<VersionSuffix>preview.6</VersionSuffix>
4+
<VersionSuffix>preview.7</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)