Wednesday, September 16, 2020
Known issues
- The
Disable Notebook Mode
has disappeared. This is likely a vscode issue and is being investigated. As a workaround, run this in the command pallet (ctrl/cmd+shift+p):Disable Notebook Mode
- Please see other open GitHub issues for the other known issues
Changelog
vscode-PowerShell
- πΊβ¨ vscode-powershell #2919 -
Create new Untitled Notebooks and support for Automatic Notebooks (*.Notebook.ps1
). - πΊβ¨ vscode-powershell #2935 -
Add ISE theme settings borders. (Thanks @CalistusK!) - π·β¨ vscode-powershell #2922 -
Add editorconfig to recommended extensions for the local build. (Thanks @xtqqczze!) - π·β¨ vscode-powershell #2889 -
Use spaces instead of tabs for consistency. (Thanks @xtqqczze!) - π·β¨ vscode-powershell #2884 -
Update copyright header in *.ps1, *.psm1 files. (Thanks @xtqqczze!) - π’π vscode-powershell #2888 -
Fixed crash when running pester older than 3.4.5. (Thanks @EmmanuelPineiro!) - π·β¨ vscode-powershell #2881 -
Remove UTF-8 BOM from misc text files. (Thanks @xtqqczze!) - π·β¨ vscode-powershell #2876 -
Update text in LICENSE.txt. (Thanks @xtqqczze!) - πΊβ¨ vscode-powershell #2861 -
Update LSP Client to use new Semantic Highlighting APIs. (Thanks @justinytchen!) - π·β¨ vscode-powershell #2871 -
PreventUpdate Notebook dts
action from triggering on forked repositories. (Thanks @corbob!) - π§π vscode-powershell #2863 -
Fix migration ofcodeFormatting.addWhitespaceAroundPipe
setting when it doesn't already exist. - πΊπ vscode-powershell #2845 -
Handle block comments with text on the same line as <# #> in Notebook Mode. - β¨ vscode-powershell #2855 -
Expose the extension integration API via exports instead of editor commands. - πΊβ¨ vscode-powershell #2844 -
Use property scope in the PowerShell ISE theme for better Semantic Highlighting.
PowerShellEditorServices
- π§ β¨ vscode-powershell #2898 -
Type and Namespace completions now have tooltips. (Thanks @AspenForester!) - π«π vscode-powershell #2719 -
Fix startup assembly version loading issue in PowerShell 6 and up. - ππ vscode-powershell #2810 -
Fix reference number on Windows due to directory separator difference on Windows. - πΊβ¨ PowerShellEditorServices #1343 -
Updated Semantic Handler to work with new LSP APIs. (Thanks @justinytchen!) - πΊβ¨ PowerShellEditorServices #1337 -
TreatMember
s asProperties
in Semantic Highlighting for better accuracy.