|
1 | 1 | # PowerShell Editor Services Release History
|
2 | 2 |
|
| 3 | +## 0.8.0 |
| 4 | +### Friday, December 16, 2016 |
| 5 | + |
| 6 | +#### Language feature improvements |
| 7 | + |
| 8 | +- Added support for "suggested corrections" from PSScriptAnalyzer |
| 9 | +- Added support for getting and setting the active list of PSScriptAnalyzer |
| 10 | + rules in the editing session |
| 11 | +- Enabled the user of PSScriptAnalyzer in the language service on PowerShell |
| 12 | + versions 3 and 4 |
| 13 | +- Added PSHostUserInterface support for IHostUISupportsMultipleChoiceSelection |
| 14 | + |
| 15 | +#### $psEditor API improvements |
| 16 | + |
| 17 | +- Added $psEditor.Workspace |
| 18 | +- Added $psEditor.Window.Show[Error, Warning, Information]Message methods for |
| 19 | + showing messages in the editor UI |
| 20 | +- Added $psEditor.Workspace.Path to provide access to the workspace path |
| 21 | +- Added $psEditor.Workspace.GetRelativePath to resolve an absolute path |
| 22 | + to a workspace-relative path |
| 23 | +- Added FileContext.WorkspacePath to get the workspace-relative path of |
| 24 | + the file |
| 25 | + |
| 26 | +#### Debugging improvements |
| 27 | + |
| 28 | +- Enabled setting variable values from the debug adapter protocol |
| 29 | +- Added breakpoint hit count support invthe debug service |
| 30 | + |
| 31 | +#### Other improvements |
| 32 | + |
| 33 | +- Added a new TemplateService for integration with Plaster |
| 34 | +- Refactored PSScriptAnalyzer integration to not take direct dependency |
| 35 | + on the .NET assembly |
| 36 | + |
| 37 | +#### Bug fixes |
| 38 | + |
| 39 | +- Fixed #138: Debugger output was not being written for short scripts |
| 40 | +- Fixed #242: Remove timeout for PSHostUserInterface prompts |
| 41 | +- Fixed #237: Set session's current directory to the workspace path |
| 42 | +- Fixed #312: File preview Uris crash the language server |
| 43 | +- Fixed #291: Dot-source reference detection should ignore ScriptBlocks |
| 44 | + |
3 | 45 | ## 0.7.2
|
4 | 46 | ### Friday, September 2, 2016
|
5 | 47 |
|
|
0 commit comments