v0.12.2
Pre-release-
Fixed #662 - Changed usage of
$env:PSMODULEPATH
to$env:PSModulePath
to conform to a recent change in PowerShell 6 (PowerShell/PowerShell#3255) which makes the casing ofPSModulePath
consistent between Windows and the *NIX platforms.NOTE: This is a breaking change for PowerShell extension users on Linux and macOS
If you are using PowerShell 6.0.0-alpha.17 or lower you will need to upgrade to 6.0.0-alpha.18.
-
Fixed #645 - "Go to Definition" or "Find References" now work in untitled scripts without crashing the session
-
Fixed #632 - Debugger no longer hangs when launched while PowerShell session is still initializing
-
Fixed #655 - Fixed an issue with current working directory being set incorrectly when debugging untitled script files
-
Fixed PowerShellEditorServices #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 PowerShellEditorServices #427 - Fixed an occasional crash when requesting editor IntelliSense while running a script in the debugger
-
Fixed PowerShellEditorServices #416 - Cleaned up errors that would appear in the
$Errors
variable from the use ofGet-Command
andGet-Help
in IntelliSense results