Skip to content

Commit f7cac50

Browse files
[ignore] add changelog (#893)
1 parent 3c6b478 commit f7cac50

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# PowerShell Editor Services Release History
22

3+
## v1.12.0
4+
### Wednesday, March 27, 2019
5+
6+
- [PowerShellEditorServices #888](https://github.com/PowerShell/PowerShellEditorServices/pull/888) -
7+
Add new ParseError level to ScriptFileMarkerLevel and filter out PSSA parse errors
8+
- [PowerShellEditorServices #866](https://github.com/PowerShell/PowerShellEditorServices/pull/866) -
9+
Catch NotSupportedException which can be thrown by FileStream constructor (Thanks @rkeithhill!)
10+
- [PowerShellEditorServices #868](https://github.com/PowerShell/PowerShellEditorServices/pull/868) -
11+
Speed up Travis builds by skipping the .NET Core initialization (Thanks @bergmeister!)
12+
- [PowerShellEditorServices #869](https://github.com/PowerShell/PowerShellEditorServices/pull/869) -
13+
Added `AsNewFile` switch to Out-CurrentFile (Thanks @dfinke!)
14+
- [PowerShellEditorServices #873](https://github.com/PowerShell/PowerShellEditorServices/pull/873) -
15+
Return the start line number for Describe block (Thanks @rkeithhill!)
16+
- [PowerShellEditorServices #876](https://github.com/PowerShell/PowerShellEditorServices/pull/876) -
17+
Temporarily disable deemphasized stack frames to fix VSCode issue 1750 (Thanks @rkeithhill!)
18+
- [PowerShellEditorServices #871](https://github.com/PowerShell/PowerShellEditorServices/pull/871) -
19+
Support -CustomPipeName, allowing configuration of custom namedpipes for LSP transport
20+
- [PowerShellEditorServices #872](https://github.com/PowerShell/PowerShellEditorServices/pull/872) -
21+
Fix unable to open files in problems/peek windows issue (Thanks @rkeithhill!)
22+
- [PowerShellEditorServices #875](https://github.com/PowerShell/PowerShellEditorServices/pull/875) -
23+
Add attach to local runspace. (Thanks @adamdriscoll!)
24+
- [PowerShellEditorServices #881](https://github.com/PowerShell/PowerShellEditorServices/pull/881) -
25+
Use `NamedPipeConnectionInfo` to connect to remote runspaces instead of Enter-PSHostProcess
26+
- [PowerShellEditorServices #845](https://github.com/PowerShell/PowerShellEditorServices/pull/845) -
27+
Enable UseCorrectCasing as a default rule (Thanks @bergmeister!)
28+
- [PowerShellEditorServices #835](https://github.com/PowerShell/PowerShellEditorServices/pull/835) -
29+
Map new `powershell.codeformatting` settings WhitespaceInsideBrace and WhitespaceAroundPipe to PSSA settings hashtable (Thanks @bergmeister!)
30+
- [PowerShellEditorServices #836](https://github.com/PowerShell/PowerShellEditorServices/pull/836) -
31+
Add PipelineIndentationStyle configuration mapping (Thanks @bergmeister!)
32+
- [PowerShellEditorServices #887](https://github.com/PowerShell/PowerShellEditorServices/pull/887) -
33+
Cherry pick PR 1750 merge commit to legacy/v1.x, has additional fixes (Thanks @rkeithhill!)
34+
- [PowerShellEditorServices #862](https://github.com/PowerShell/PowerShellEditorServices/pull/862) -
35+
Handle arbitrary exceptions when recursing workspace
36+
337
## v1.11.0
438
### Wednesday, January 23, 2019
539

0 commit comments

Comments
 (0)