|
1 | 1 | # vscode-powershell Release History
|
2 | 2 |
|
| 3 | +## v1.12.0 |
| 4 | +### Wednesday, March 27, 2019 |
| 5 | + |
| 6 | +### Highlights |
| 7 | + |
| 8 | +* Support for [PSScriptAnalyzer 1.18](https://github.com/PowerShell/PSScriptAnalyzer/releases/tag/1.18.0) 📝 |
| 9 | +* The ability to debug any runspace in any process 🔎 |
| 10 | +* Enable attach to process on Linux and macOS 🔎 |
| 11 | + |
| 12 | +There are a lot more goodies in this version. Checkout the changelog below! |
| 13 | + |
| 14 | +#### [vscode-powershell](https://github.com/powershell/vscode-powershell) |
| 15 | + |
| 16 | +- [vscode-PowerShell #1736](https://github.com/PowerShell/vscode-PowerShell/pull/1736) - |
| 17 | + Enable attach to process on Linux and macOS |
| 18 | +- [vscode-PowerShell #1729](https://github.com/PowerShell/vscode-PowerShell/pull/1729) - |
| 19 | + Handle Pester Describe block strings with single quotes inside it (Thanks @bergmeister!) |
| 20 | +- [vscode-PowerShell #1743](https://github.com/PowerShell/vscode-PowerShell/pull/1743) - |
| 21 | + Fix right-click help lookup not always working (Thanks @corbob!) |
| 22 | +- [vscode-PowerShell #1746](https://github.com/PowerShell/vscode-PowerShell/pull/1746) - |
| 23 | + Add label property to debug config, change pkg name to lowercase (Thanks @rkeithhill!) |
| 24 | +- [vscode-PowerShell #1747](https://github.com/PowerShell/vscode-PowerShell/pull/1747) - |
| 25 | + Modify `powerShellDefaultVersion` description to make clearer (Thanks @rkeithhill!) |
| 26 | +- [vscode-PowerShell #1755](https://github.com/PowerShell/vscode-PowerShell/pull/1755) - |
| 27 | + Speed up Travis builds by skipping the .NET Core initialization (Thanks @bergmeister!) |
| 28 | +- [vscode-PowerShell #1773](https://github.com/PowerShell/vscode-PowerShell/pull/1773) - |
| 29 | + Change debugger type field back to `PowerShell` from `powershell` (Thanks @rkeithhill!) |
| 30 | +- [vscode-PowerShell #1757](https://github.com/PowerShell/vscode-PowerShell/pull/1757) - |
| 31 | + Match Install-VSCode.ps1 script url with the one from master branch (Thanks @rafaltra!) |
| 32 | +- [vscode-PowerShell #1774](https://github.com/PowerShell/vscode-PowerShell/pull/1774) - |
| 33 | + Switch to `EncodedCommand` for script execution |
| 34 | +- [vscode-PowerShell #1764](https://github.com/PowerShell/vscode-PowerShell/pull/1764) - |
| 35 | + Added Pester, ShouldProcess and Calculated Property PS Snippets (Thanks @brettmillerb!) |
| 36 | +- [vscode-PowerShell #1776](https://github.com/PowerShell/vscode-PowerShell/pull/1776) - |
| 37 | + Migrate Pester version detection into an InovkePester stub script (Thanks @rkeithhill!) |
| 38 | +- [vscode-PowerShell #1781](https://github.com/PowerShell/vscode-PowerShell/pull/1781) - |
| 39 | + Fix initial launch config casing |
| 40 | +- [vscode-PowerShell #1775](https://github.com/PowerShell/vscode-PowerShell/pull/1775) - |
| 41 | + Support `-CustomPipeName`, allowing configuration of custom namedpipes for LSP transport |
| 42 | +- [vscode-PowerShell #1787](https://github.com/PowerShell/vscode-PowerShell/pull/1787) - |
| 43 | + Added SQL PowerShell Examples (Thanks @SQLvariant!) |
| 44 | +- [vscode-PowerShell #1782](https://github.com/PowerShell/vscode-PowerShell/pull/1782) - |
| 45 | + Add Debug Runspace command (Thanks @adamdriscoll!) |
| 46 | +- [vscode-PowerShell #1800](https://github.com/PowerShell/vscode-PowerShell/pull/1800) - |
| 47 | + Include current runspace and runspace ID 1 in the PSHostProcess picker dialog |
| 48 | +- [vscode-PowerShell #1687](https://github.com/PowerShell/vscode-PowerShell/pull/1687) - |
| 49 | + Add new `powershell.useCorrectCasingsettings` for new rule in PSSA 1.18: PSUseCorrectCasing (Thanks @bergmeister!) |
| 50 | +- [vscode-PowerShell #1668](https://github.com/PowerShell/vscode-PowerShell/pull/1668) - |
| 51 | + Add new `powershell.codeFormatting` settings for new options in PSSA 1.18: WhitespaceInsideBrace and WhitespaceAroundPipe (Thanks @bergmeister!) |
| 52 | +- [vscode-PowerShell #1669](https://github.com/PowerShell/vscode-PowerShell/pull/1669) - |
| 53 | + Add new `powershell.codeFormatting` settings for new options in PSSA 1.18: PipelineIndentationStyle (Thanks @bergmeister!) |
| 54 | +- [vscode-PowerShell #1738](https://github.com/PowerShell/vscode-PowerShell/pull/1738) - |
| 55 | + Set CommandExplorer exclusion filter to be empty array by default (Thanks @adilio!) |
| 56 | +- [vscode-PowerShell #1686](https://github.com/PowerShell/vscode-PowerShell/pull/1686) - |
| 57 | + Add an exclusion filter to the Command Explorer (Thanks @corbob!) |
| 58 | + |
| 59 | +#### [PowerShellEditorServices](https://github.com/powershell/PowerShellEditorServices) |
| 60 | + |
| 61 | +- [PowerShellEditorServices #888](https://github.com/PowerShell/PowerShellEditorServices/pull/888) - |
| 62 | + Add new ParseError level to ScriptFileMarkerLevel and filter out PSSA parse errors |
| 63 | +- [PowerShellEditorServices #866](https://github.com/PowerShell/PowerShellEditorServices/pull/866) - |
| 64 | + Catch NotSupportedException which can be thrown by FileStream constructor (Thanks @rkeithhill!) |
| 65 | +- [PowerShellEditorServices #868](https://github.com/PowerShell/PowerShellEditorServices/pull/868) - |
| 66 | + Speed up Travis builds by skipping the .NET Core initialization (Thanks @bergmeister!) |
| 67 | +- [PowerShellEditorServices #869](https://github.com/PowerShell/PowerShellEditorServices/pull/869) - |
| 68 | + Added `AsNewFile` switch to Out-CurrentFile (Thanks @dfinke!) |
| 69 | +- [PowerShellEditorServices #873](https://github.com/PowerShell/PowerShellEditorServices/pull/873) - |
| 70 | + Return the start line number for Describe block (Thanks @rkeithhill!) |
| 71 | +- [PowerShellEditorServices #876](https://github.com/PowerShell/PowerShellEditorServices/pull/876) - |
| 72 | + Temporarily disable deemphasized stack frames to fix VSCode issue 1750 (Thanks @rkeithhill!) |
| 73 | +- [PowerShellEditorServices #871](https://github.com/PowerShell/PowerShellEditorServices/pull/871) - |
| 74 | + Support -CustomPipeName, allowing configuration of custom namedpipes for LSP transport |
| 75 | +- [PowerShellEditorServices #872](https://github.com/PowerShell/PowerShellEditorServices/pull/872) - |
| 76 | + Fix unable to open files in problems/peek windows issue (Thanks @rkeithhill!) |
| 77 | +- [PowerShellEditorServices #875](https://github.com/PowerShell/PowerShellEditorServices/pull/875) - |
| 78 | + Add attach to local runspace. (Thanks @adamdriscoll!) |
| 79 | +- [PowerShellEditorServices #881](https://github.com/PowerShell/PowerShellEditorServices/pull/881) - |
| 80 | + Use `NamedPipeConnectionInfo` to connect to remote runspaces instead of Enter-PSHostProcess |
| 81 | +- [PowerShellEditorServices #845](https://github.com/PowerShell/PowerShellEditorServices/pull/845) - |
| 82 | + Enable UseCorrectCasing as a default rule (Thanks @bergmeister!) |
| 83 | +- [PowerShellEditorServices #835](https://github.com/PowerShell/PowerShellEditorServices/pull/835) - |
| 84 | + Map new `powershell.codeformatting` settings WhitespaceInsideBrace and WhitespaceAroundPipe to PSSA settings hashtable (Thanks @bergmeister!) |
| 85 | +- [PowerShellEditorServices #836](https://github.com/PowerShell/PowerShellEditorServices/pull/836) - |
| 86 | + Add PipelineIndentationStyle configuration mapping (Thanks @bergmeister!) |
| 87 | +- [PowerShellEditorServices #887](https://github.com/PowerShell/PowerShellEditorServices/pull/887) - |
| 88 | + Cherry pick PR 1750 merge commit to legacy/v1.x, has additional fixes (Thanks @rkeithhill!) |
| 89 | +- [PowerShellEditorServices #862](https://github.com/PowerShell/PowerShellEditorServices/pull/862) - |
| 90 | + Handle arbitrary exceptions when recursing workspace |
| 91 | + |
3 | 92 | ## v1.11.0
|
4 | 93 | ### Wednesday, January 23, 2019
|
5 | 94 | #### [vscode-powershell](https://github.com/powershell/vscode-powershell)
|
|
0 commit comments