|
4 | 4 | ### Wednesday, December 11, 2019 |
5 | 5 | #### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell) |
6 | 6 |
|
| 7 | +- ✨ 📺 [vscode-PowerShell #2335](https://github.com/PowerShell/vscode-powershell/pull/2335) - |
| 8 | + Add editor command `PowerShell: Enable/Disable ISE Mode` for ISE emulation in VS Code. |
7 | 9 | - ⚡️ 🛫 [vscode-PowerShell #2348](https://github.com/PowerShell/vscode-PowerShell/pull/2348) - |
8 | 10 | Start EditorServices without start script. |
9 | 11 | - ✨ 📟 [vscode-PowerShell #2316](https://github.com/PowerShell/vscode-PowerShell/pull/2316) - |
10 | | - Handle clearTerminal message by using vscode clear command. |
| 12 | + Add `powershell.integratedConsole.forceClearScrollbackBuffer` setting to enable `Clear-Host` to clear scrollback buffer. |
11 | 13 | - 🐛 📺 [vscode-PowerShell #2325](https://github.com/PowerShell/vscode-PowerShell/pull/2325) - |
12 | | - Fix update powershell feature on windows. |
| 14 | + Fix update PowerShell feature on windows. |
13 | 15 | - 🔧 📁 🐛 [vscode-powershell #2099](https://github.com/PowerShell/vscode-PowerShell/pull/2304) - |
14 | 16 | Use `powerShellDefaultVersion` everywhere and stop using `powerShellExePath`. |
15 | 17 | - 🐛 📺 [vscode-PowerShell #2294](https://github.com/PowerShell/vscode-PowerShell/pull/2294) - |
|
22 | 24 | - 🛫 🐛 ⚡️ [vscode-powershell #2292](https://github.com/PowerShell/PowerShellEditorServices/pull/1118) - |
23 | 25 | Isolate PSES dependencies from PowerShell on load + make PSES a pure binary module. |
24 | 26 | - ✨ 📟 [PowerShellEditorServices #1108](https://github.com/PowerShell/PowerShellEditorServices/pull/1108) - |
25 | | - Clear the terminal via the LSP. |
| 27 | + Clear the terminal via the LSP message `editor/clearTerminal`. |
26 | 28 | - 🔍 🐛 [vscode-powershell #2319](https://github.com/PowerShell/PowerShellEditorServices/pull/1117) - |
27 | 29 | Run one invocation per SetBreakpoints request. (Thanks @SeeminglyScience!) |
28 | 30 | - 🐛 [PowerShellEditorServices #1114](https://github.com/PowerShell/PowerShellEditorServices/pull/1114) - |
29 | | - Fix Import-EditorCommand -Module. (Thanks @sk82jack!) |
| 31 | + Fix `Import-EditorCommand -Module`. (Thanks @sk82jack!) |
30 | 32 | - 🐛 🔍 [PowerShellEditorServices #1112](https://github.com/PowerShell/PowerShellEditorServices/pull/1112) - |
31 | 33 | Fix breakpoint setting deadlock. |
32 | 34 | - 🔗 🐛 [vscode-powershell #2306](https://github.com/PowerShell/PowerShellEditorServices/pull/1110) - |
|
40 | 42 | - 👮 🐛 [vscode-powershell #2288](https://github.com/PowerShell/PowerShellEditorServices/pull/1094) - |
41 | 43 | Use RootUri.LocalPath for workspace path. |
42 | 44 | - 🐛 👮 [PowerShellEditorServices #1101](https://github.com/PowerShell/PowerShellEditorServices/pull/1101) - |
43 | | - Add PSAvoidAssignmentToAutomaticVariable to the default set of PSSA rules. (Thanks @bergmeister!) |
| 45 | + Add `PSAvoidAssignmentToAutomaticVariable` to the default set of PSSA rules. (Thanks @bergmeister!) |
44 | 46 | - 👮 🔗 🐛 [vscode-powershell #2290](https://github.com/PowerShell/PowerShellEditorServices/pull/1098) - |
45 | 47 | Fix diagnostics not showing in untitled files and now also show CodeLens. |
46 | 48 | - 🔍 🐛 [vscode-powershell #1850](https://github.com/PowerShell/PowerShellEditorServices/pull/1097) - |
|
0 commit comments