v2019.12.0
Wednesday, December 11, 2019
vscode-PowerShell
- ✨ 📺 vscode-PowerShell #2335 -
Add editor commandPowerShell: Enable/Disable ISE Mode
for ISE emulation in VS Code. (Thanks @corbob!) - ⚡️ 🛫 vscode-PowerShell #2348 -
Start EditorServices without start script. - ✨ 📟 vscode-PowerShell #2316 -
Addpowershell.integratedConsole.forceClearScrollbackBuffer
setting to enableClear-Host
to clear scrollback buffer. - 🐛 📺 vscode-PowerShell #2325 -
Fix update PowerShell feature on windows. - 🔧 📁 🐛 vscode-powershell #2099 -
UsepowerShellDefaultVersion
everywhere and stop usingpowerShellExePath
. - 🐛 📺 vscode-PowerShell #2294 -
Buttons show up for untitled files.
PowerShellEditorServices
- 👷 📟 PowerShellEditorServices #1129 -
Update PSReadLine to 2.0.0-rc1 in modules.json. - 🛫 🐛 ⚡️ vscode-powershell #2292 -
Isolate PSES dependencies from PowerShell on load + make PSES a pure binary module. - ✨ 📟 PowerShellEditorServices #1108 -
Clear the terminal via the LSP messageeditor/clearTerminal
. - 🔍 🐛 vscode-powershell #2319 -
Run one invocation per SetBreakpoints request. (Thanks @SeeminglyScience!) - 🐛 PowerShellEditorServices #1114 -
FixImport-EditorCommand -Module
. (Thanks @sk82jack!) - 🐛 🔍 PowerShellEditorServices #1112 -
Fix breakpoint setting deadlock. - 🔗 🐛 vscode-powershell #2306 -
Fix references on Windows due to bad WorkspacePath. - ✨ 👷 PowerShellEditorServices #993 -
Add devcontainer support for building in container. (Thanks @bergmeister!) - 🛫 🐛 vscode-powershell #2311 -
Protect against no RootUri (no open workspace). - 🐛 📟 vscode-powershell #2274 -
Fix '@' appearing in console. - 👮 🐛 vscode-powershell #2288 -
Use RootUri.LocalPath for workspace path. - 🐛 👮 PowerShellEditorServices #1101 -
AddPSAvoidAssignmentToAutomaticVariable
to the default set of PSSA rules. (Thanks @bergmeister!) - 👮 🔗 🐛 vscode-powershell #2290 -
Fix diagnostics not showing in untitled files and now also show CodeLens. - 🔍 🐛 vscode-powershell #1850 -
Fixes no prompt showing up when debugging. - 🚂 📺 🐛 vscode-powershell #2284 -
Fix running indicator by ignoring PSRL aborts.