Skip to content

Commit 4820866

Browse files
author
Rob Holt
committed
Update changelog
1 parent 5a4e111 commit 4820866

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

CHANGELOG.md

+48
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,53 @@
11
# PowerShell Preview Extension Release History
22

3+
## v2019.12.0
4+
### Wednesday, December 11, 2019
5+
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)
6+
7+
- ⚡️ 🛫 [vscode-PowerShell #2348](https://github.com/PowerShell/vscode-PowerShell/pull/2348) -
8+
Start EditorServices without start script.
9+
- ✨ 📟 [vscode-PowerShell #2316](https://github.com/PowerShell/vscode-PowerShell/pull/2316) -
10+
Handle clearTerminal message by using vscode clear command.
11+
- 🐛 📺 [vscode-PowerShell #2325](https://github.com/PowerShell/vscode-PowerShell/pull/2325) -
12+
Fix update powershell feature on windows.
13+
- 🔧 📁 🐛 [vscode-powershell #2099](https://github.com/PowerShell/vscode-PowerShell/pull/2304) -
14+
Use `powerShellDefaultVersion` everywhere and stop using `powerShellExePath`.
15+
- 🐛 📺 [vscode-PowerShell #2294](https://github.com/PowerShell/vscode-PowerShell/pull/2294) -
16+
Buttons show up for untitled files.
17+
18+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
19+
20+
- 👷 📟 [PowerShellEditorServices #1129](https://github.com/PowerShell/PowerShellEditorServices/pull/1129) -
21+
Update PSReadLine to 2.0.0-rc1 in modules.json.
22+
- 🛫 🐛 ⚡️ [vscode-powershell #2292](https://github.com/PowerShell/PowerShellEditorServices/pull/1118) -
23+
Isolate PSES dependencies from PowerShell on load + make PSES a pure binary module.
24+
- ✨ 📟 [PowerShellEditorServices #1108](https://github.com/PowerShell/PowerShellEditorServices/pull/1108) -
25+
Clear the terminal via the LSP.
26+
- 🔍 🐛 [vscode-powershell #2319](https://github.com/PowerShell/PowerShellEditorServices/pull/1117) -
27+
Run one invocation per SetBreakpoints request. (Thanks @SeeminglyScience!)
28+
- 🐛 [PowerShellEditorServices #1114](https://github.com/PowerShell/PowerShellEditorServices/pull/1114) -
29+
Fix Import-EditorCommand -Module. (Thanks @sk82jack!)
30+
- 🐛 🔍 [PowerShellEditorServices #1112](https://github.com/PowerShell/PowerShellEditorServices/pull/1112) -
31+
Fix breakpoint setting deadlock.
32+
- 🔗 🐛 [vscode-powershell #2306](https://github.com/PowerShell/PowerShellEditorServices/pull/1110) -
33+
Fix references on Windows due to bad WorkspacePath.
34+
- ✨ 👷 [PowerShellEditorServices #993](https://github.com/PowerShell/PowerShellEditorServices/pull/993) -
35+
Add devcontainer support for building in container. (Thanks @bergmeister!)
36+
- 🛫 🐛 [vscode-powershell #2311](https://github.com/PowerShell/PowerShellEditorServices/pull/1107) -
37+
Protect against no RootUri (no open workspace).
38+
- 🐛 📟 [vscode-powershell #2274](https://github.com/PowerShell/PowerShellEditorServices/pull/1092) -
39+
Fix '@' appearing in console.
40+
- 👮‍ 🐛 [vscode-powershell #2288](https://github.com/PowerShell/PowerShellEditorServices/pull/1094) -
41+
Use RootUri.LocalPath for workspace path.
42+
- 🐛 👮‍ [PowerShellEditorServices #1101](https://github.com/PowerShell/PowerShellEditorServices/pull/1101) -
43+
Add PSAvoidAssignmentToAutomaticVariable to the default set of PSSA rules. (Thanks @bergmeister!)
44+
- 👮‍ 🔗 🐛 [vscode-powershell #2290](https://github.com/PowerShell/PowerShellEditorServices/pull/1098) -
45+
Fix diagnostics not showing in untitled files and now also show CodeLens.
46+
- 🔍 🐛 [vscode-powershell #1850](https://github.com/PowerShell/PowerShellEditorServices/pull/1097) -
47+
Fixes no prompt showing up when debugging.
48+
- 🚂 📺 🐛 [vscode-powershell #2284](https://github.com/PowerShell/PowerShellEditorServices/pull/1096) -
49+
Fix running indicator by ignoring PSRL aborts.
50+
351
## v2019.11.0
452
### Friday, November 1, 2019
553

0 commit comments

Comments
 (0)