Monday, June 08, 2020
vscode-PowerShell
- 👷 ✨ vscode-powershell #2740 -
Add CodeQL security scanning. (Thanks @jhutchings1!)
PowerShellEditorServices
- 🔗 🐛 PowerShellEditorServices #1304 -
Use From instead of FromFileSystem fixing CodeLens references. - 📟 ✨ PowerShellEditorServices #1290 -
Allow PSReadLine to work in ConstrainedLanguage mode. - 📟 ✨ The PowerShell Preview extension now uses v2.1.0-preview.2 of PSReadLine.
If you want the predictions feature back, add the following to your$PROFILE
:
Set-PSReadLineOption -PredictionSource History