|
1 | 1 | # vscode-powershell Release History
|
2 | 2 |
|
| 3 | +## 0.12.2 |
| 4 | +### Friday, April 7, 2017 |
| 5 | + |
| 6 | +- Fixed [#645](https://github.com/PowerShell/vscode-powershell/issues/645) - |
| 7 | + Changed usage of `$env:PSMODULEPATH` to `$env:PSModulePath` to conform to |
| 8 | + a recent change in PowerShell 6 ([PowerShell/PowerShell#3255](https://github.com/PowerShell/PowerShell/pull/3255)) |
| 9 | + which makes the casing of `PSModulePath` consistent between Windows and |
| 10 | + the *NIX platforms. |
| 11 | + |
| 12 | + **NOTE: This is a breaking change for PowerShell extension users on Linux and macOS** |
| 13 | + |
| 14 | + If you are using PowerShell 6.0.0-alpha.17 or lower you **will** need to upgrade |
| 15 | + to 6.0.0-alpha.18. |
| 16 | + |
| 17 | +- Fixed [#645](https://github.com/PowerShell/vscode-powershell/issues/645) - |
| 18 | + "Go to Definition" or "Find References" now work in untitled scripts without |
| 19 | + crashing the session |
| 20 | +- Fixed [#632](https://github.com/PowerShell/vscode-powershell/issues/632) - |
| 21 | + Debugger no longer hangs when launched while PowerShell session is still |
| 22 | + initializing |
| 23 | +- Fixed [#655](https://github.com/PowerShell/vscode-powershell/issues/655) - |
| 24 | + Fixed an issue with current working directory being set incorrectly when |
| 25 | + debugging untitled script files |
| 26 | +- Fixed [PowerShellEditorServices #430](https://github.com/PowerShell/PowerShellEditorServices/issues/430) - |
| 27 | + Resolved occasional IntelliSense slowness by preventing the implicit loading |
| 28 | + of the PowerShellGet and PackageManagement modules. This change will be reverted |
| 29 | + once a bug in PackageManagement is fixed. |
| 30 | +- Fixed [PowerShellEditorServices #427](https://github.com/PowerShell/PowerShellEditorServices/issues/427) - |
| 31 | + Fixed an occasional crash when requesting editor IntelliSense while running |
| 32 | + a script in the debugger |
| 33 | +- Fixed [PowerShellEditorServices #416](https://github.com/PowerShell/PowerShellEditorServices/issues/416) - |
| 34 | + Cleaned up errors that would appear in the `$Errors` variable from the use |
| 35 | + of `Get-Command` and `Get-Help` in IntelliSense results |
| 36 | + |
3 | 37 | ## 0.12.1
|
4 | 38 | ### Tuesday, April 4, 2017
|
5 | 39 |
|
|
0 commit comments