Skip to content

Commit 71a0b1f

Browse files
authored
[Ignore] Update powershell-preview CHANGELOG for v2019.12.0 (#2360)
1 parent 5a4e111 commit 71a0b1f

File tree

3 files changed

+50
-2
lines changed

3 files changed

+50
-2
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

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "powershell-preview",
33
"displayName": "PowerShell Preview",
4-
"version": "2019.11.0",
4+
"version": "2019.12.0",
55
"preview": true,
66
"publisher": "ms-vscode",
77
"description": "(Preview) Develop PowerShell scripts in Visual Studio Code!",

0 commit comments

Comments
 (0)