v2.0.0-preview.9
Pre-release
Pre-release
v2.0.0-preview.9
Thursday, February 20, 2020
- 🐛📁 vscode-PowerShell #2421 -
Fix WorkspacePath so that references work with non-ASCII characters. - 🐛📟 vscode-PowerShell #2372 -
Fix prompt behavior when debugging. - 🐛🛫 PowerShellEditorServices #1171 -
Fix race condition where running multiple profiles caused errors. - 🐛📟 vscode-PowerShell #2420 -
Fix an issue where pasting to aGet-Credential
prompt in some Windows versions caused a crash. - 🐛📟 vscode-PowerShell #1790 -
Fix an inconsistency whereRead-Host -Prompt 'prompt'
would return$null
rather than empty string
when given no input. - 🐛🔗 PowerShellEditorServices #1177 -
Fix an issue where untitled files did not work with CodeLens. - ⚡️⏱️ PowerShellEditorServices #1172 -
Improveasync
/await
andTask
usage to reduce concurrency overhead and improve performance. - 🐛📟 PowerShellEditorServices #1178 -
Improve PSReadLine experience where no new line is rendered in the console. - ✨🔍 PowerShellEditorServices #1119 -
Enable new debugging APIs added in PowerShell 7, improving performance and fixing issues where
the debugger would hang or be unable to update breakpoints while scripts were running. - 👷📟 PowerShellEditorServices #1187 -
Upgrade built-in PSReadLine to 2.0.0 GA. - 🐛👮 PowerShellEditorServices #1179 -
Improve integration with PSScriptAnalyzer, improving performance,
fixing an error when PSScriptAnalyzer is not available, fix CodeActions not appearing on Windows,
fix an issue where the PSModulePath is reset by PSScriptAnalyzer opening new runspaces. - 🚂 PowerShellEditorServices #1183 -
Close over public APIs not intended for external use and replace with new, async-friendly APIs.