Skip to content

v0.12.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@daviwil daviwil released this 07 Apr 18:34
  • Fixed vscode-powershell #645 -
    "Go to Definition" or "Find References" now work in untitled scripts without
    crashing the session
  • Fixed vscode-powershell #632 -
    Debugger no longer hangs when launched while PowerShell session is still
    initializing
  • Fixed #430 -
    Resolved occasional IntelliSense slowness by preventing the implicit loading
    of the PowerShellGet and PackageManagement modules. This change will be reverted
    once a bug in PackageManagement is fixed.
  • Fixed #427 -
    Fixed an occasional crash when requesting editor IntelliSense while running
    a script in the debugger
  • Fixed #416 -
    Cleaned up errors that would appear in the $Errors variable from the use
    of Get-Command and Get-Help in IntelliSense results