|
4 | 4 | ### Wednesday, March 27, 2019
|
5 | 5 |
|
6 | 6 | - [PowerShellEditorServices #888](https://github.com/PowerShell/PowerShellEditorServices/pull/888) -
|
7 |
| - Add new ParseError level to ScriptFileMarkerLevel and only have it send parse errors |
| 7 | + Add new ParseError level to ScriptFileMarkerLevel and filter out PSSA parse errors |
8 | 8 | - [PowerShellEditorServices #858](https://github.com/PowerShell/PowerShellEditorServices/pull/858) -
|
9 |
| - Fix XUnit warnings that better assertion operators should be used. (Thanks @bergmeister!) |
| 9 | + Fix XUnit warnings that better assertion operators should be used. (Thanks @bergmeister!) |
10 | 10 | - [PowerShellEditorServices #854](https://github.com/PowerShell/PowerShellEditorServices/pull/854) -
|
11 |
| - (maint) Reinstate test filtering (Thanks @glennsarti!) |
| 11 | + Reinstate test filtering (Thanks @glennsarti!) |
12 | 12 | - [PowerShellEditorServices #866](https://github.com/PowerShell/PowerShellEditorServices/pull/866) -
|
13 |
| - Catch NotSupportedException which can be thrown by FilleStream ctor (Thanks @rkeithhill!) |
| 13 | + Catch NotSupportedException which can be thrown by FileStream constructor (Thanks @rkeithhill!) |
14 | 14 | - [PowerShellEditorServices #868](https://github.com/PowerShell/PowerShellEditorServices/pull/868) -
|
15 |
| - Speed up travis builds by skipping the .net core initialisation (Thanks @bergmeister!) |
| 15 | + Speed up Travis builds by skipping the .NET Core initialization (Thanks @bergmeister!) |
16 | 16 | - [PowerShellEditorServices #869](https://github.com/PowerShell/PowerShellEditorServices/pull/869) -
|
17 |
| - Added `AsNewFile` switch to Out-CurrentFile (Thanks @dfinke!) |
| 17 | + Added `AsNewFile` switch to Out-CurrentFile (Thanks @dfinke!) |
18 | 18 | - [PowerShellEditorServices #873](https://github.com/PowerShell/PowerShellEditorServices/pull/873) -
|
19 |
| - Return the start line number for Describe block (Thanks @rkeithhill!) |
| 19 | + Return the start line number for Describe block (Thanks @rkeithhill!) |
20 | 20 | - [PowerShellEditorServices #876](https://github.com/PowerShell/PowerShellEditorServices/pull/876) -
|
21 |
| - Temporarily disable deemphasized stack frames to fix VSCode issue 1750 (Thanks @rkeithhill!) |
| 21 | + Temporarily disable deemphasized stack frames to fix VSCode issue 1750 (Thanks @rkeithhill!) |
22 | 22 | - [PowerShellEditorServices #871](https://github.com/PowerShell/PowerShellEditorServices/pull/871) -
|
23 |
| - Support -CustomPipeName |
| 23 | + Support -CustomPipeName, allowing configuration of custom namedpipes for LSP transport |
24 | 24 | - [PowerShellEditorServices #872](https://github.com/PowerShell/PowerShellEditorServices/pull/872) -
|
25 |
| - Fix unable to open files in problems/peek windows issue (Thanks @rkeithhill!) |
| 25 | + Fix unable to open files in problems/peek windows issue (Thanks @rkeithhill!) |
26 | 26 | - [PowerShellEditorServices #875](https://github.com/PowerShell/PowerShellEditorServices/pull/875) -
|
27 |
| - Add attach to local runspace. (Thanks @adamdriscoll!) |
| 27 | + Add attach to local runspace. (Thanks @adamdriscoll!) |
28 | 28 | - [PowerShellEditorServices #881](https://github.com/PowerShell/PowerShellEditorServices/pull/881) -
|
29 |
| - NamedPipeConnectionInfo <= Enter-PSHostProcess |
| 29 | + Use `NamedPipeConnectionInfo` to connect to remote runspaces instead of Enter-PSHostProcess |
30 | 30 | - [PowerShellEditorServices #845](https://github.com/PowerShell/PowerShellEditorServices/pull/845) -
|
31 |
| - add UseCorrectCasing (Thanks @bergmeister!) |
| 31 | + Enable UseCorrectCasing as a default rule (Thanks @bergmeister!) |
32 | 32 | - [PowerShellEditorServices #835](https://github.com/PowerShell/PowerShellEditorServices/pull/835) -
|
33 |
| - Map new powershell.codeformatting settings WhitespaceInsideBrace and WhitespaceAroundPipe to PSSA settings hash table (Thanks @bergmeister!) |
| 33 | + Map new `powershell.codeformatting` settings WhitespaceInsideBrace and WhitespaceAroundPipe to PSSA settings hashtable (Thanks @bergmeister!) |
34 | 34 | - [PowerShellEditorServices #836](https://github.com/PowerShell/PowerShellEditorServices/pull/836) -
|
35 |
| - add PipelineIndentationStyle mapping (Thanks @bergmeister!) |
| 35 | + Add PipelineIndentationStyle configuration mapping (Thanks @bergmeister!) |
36 | 36 | - [PowerShellEditorServices #887](https://github.com/PowerShell/PowerShellEditorServices/pull/887) -
|
37 |
| - Cherry pick PR 1750 merge commit to legacy/v1.x, has additional fixes (Thanks @rkeithhill!) |
| 37 | + Cherry pick PR 1750 merge commit to legacy/v1.x, has additional fixes (Thanks @rkeithhill!) |
38 | 38 | - [PowerShellEditorServices #874](https://github.com/PowerShell/PowerShellEditorServices/pull/874) -
|
39 |
| - Use public InternalHost from origin runspace (Thanks @SeeminglyScience!) |
| 39 | + Use public `InternalHost` from origin runspace (Thanks @SeeminglyScience!) |
40 | 40 | - [PowerShellEditorServices #889](https://github.com/PowerShell/PowerShellEditorServices/pull/889) -
|
41 |
| - Enhance Get-PsesRpcNotificationMessage/MessageResponseTimes to allow filtering by message name (Thanks @rkeithhill!) |
| 41 | + Enhance Get-PsesRpcNotificationMessage/MessageResponseTimes to allow filtering by message name (Thanks @rkeithhill!) |
42 | 42 | - [PowerShellEditorServices #859](https://github.com/PowerShell/PowerShellEditorServices/pull/859) -
|
43 |
| - Upgrade PowerShellStandard.Library, PowerShell.SDK, NET.Test.SDK and Serilog NuGet packages to latest released version and enable AppVeyor build on any branch (Thanks @bergmeister!) |
| 43 | + Upgrade PowerShellStandard.Library, PowerShell.SDK, NET.Test.SDK and Serilog NuGet packages to latest released version and enable AppVeyor build on any branch (Thanks @bergmeister!) |
44 | 44 | - [PowerShellEditorServices #862](https://github.com/PowerShell/PowerShellEditorServices/pull/862) -
|
45 | 45 | Handle arbitrary exceptions when recursing workspace
|
46 | 46 |
|
|
0 commit comments