v1.10.0
Monday, December 3, 2018
vscode-powershell
- vscode-PowerShell #1610 -
Remove client-side syntax folding provider in favor of server-side provider (thanks @glennsarti!) - vscode-PowerShell #1616 -
MakeRestart Current Session
always available in the session quick pick - vscode-PowerShell #1406 -
Add a Show-Command explorer (thanks @corbob!) - vscode-PowerShell #1615 -
Fix Pester CodeLens not working for running/debugging tests (thanks @rkeithhill!) - vscode-PowerShell #1600 -
Add CodeAction support to show PSSA rule documentation (thanks @rkeithhill!) - vscode-PowerShell #1606 -
Add Ctrl+Alt+J (Cmd+Alt+J on macOS)
keybinding to open up list of available snippets - vscode-PowerShell #1597 -
MakeInstall-VSCode.ps1
work on macOS and Linux. Get the script here - vscode-PowerShell #1580 -
New-EditorFile
works on non-PowerShell untitled files - vscode-PowerShell #1557 -
Default to showing the last line in folded regions. Unset with"powershell.codeFolding.showLastLine": false
(thanks @glennsarti!) - vscode-PowerShell #1567 -
New snippet: Exchange Online connection (thanks @vmsilvamolina!) - vscode-PowerShell #1567 -
New snippet: HTML header (thanks @vmsilvamolina!) - vscode-PowerShell #1555 -
Log when language client not loaded during initialization (thanks @corbob!) - vscode-PowerShell #1554 -
Fix spacing in parameters when starting the extension (thanks @rkeithhill!)
PowerShellEditorServices
- PowerShellEditorServices #786 -
Fix #17: Add go to definition support for dot sourced file paths (Thanks @dee-see!) - PowerShellEditorServices #767 -
Change unhandled messages to warnings instead of errors - PowerShellEditorServices #765 -
Fix PowerShell wildcard escaping in debug paths - PowerShellEditorServices #778 -
Fix multiple occurrences of the same typo (Thanks @dee-see!) - PowerShellEditorServices #782 -
Fix #779: NRE on Dispose in ExecutionTimer (Thanks @dee-see!) - PowerShellEditorServices #772 -
Log build info - PowerShellEditorServices #774 -
New-EditorFile works on non-powershell untitled files - PowerShellEditorServices #787 -
Fix descion/decision typo in visitors (Thanks @dee-see!) - PowerShellEditorServices #784 -
Replace bad StringReader usage with String.Split() - PowerShellEditorServices #768 -
Make pipeline runtime exceptions warnings in log - PowerShellEditorServices #790 -
Add managed thread id to log output to add debugging threading issues (Thanks @rkeithhill!) - PowerShellEditorServices #794 -
Fix Pester CodeLens run/debug by not quoting params/already quoted args (Thanks @rkeithhill!) - PowerShellEditorServices #785 -
Adds ability to use separate pipes for reading and writing (Thanks @ant-druha!) - PowerShellEditorServices #796 -
Code cleanup of the start script and ESHost.cs file (Thanks @rkeithhill!) - PowerShellEditorServices #795 -
Fix file recursion overflow problems - PowerShellEditorServices #697 -
Add functionality to allow a Show-Command like panel in VS Code (Thanks @corbob!) - PowerShellEditorServices #777 -
Add syntax folding (Thanks @glennsarti!) - PowerShellEditorServices #801 -
Fix local remoting - PowerShellEditorServices #797 -
Start of a PSES log file analyzer (Thanks @rkeithhill!) - PowerShellEditorServices #789 -
Add support for a "Show Documentation" quick fix menu entry (Thanks @rkeithhill!) - PowerShellEditorServices #760 -
Fix exception when remoting from Windows to non-Windows (Thanks @SeeminglyScience!)