Skip to content

Commit 6715916

Browse files
rjmholtTylerLeonhardt
authored andcommitted
Fix typos, add context to CHANGELOG (#1809)
1 parent 3e59c98 commit 6715916

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed

CHANGELOG.md

+41-41
Original file line numberDiff line numberDiff line change
@@ -18,92 +18,92 @@ There are a lot more goodies in this version. Checkout the changelog below!
1818
- [vscode-PowerShell #1794](https://github.com/PowerShell/vscode-PowerShell/pull/1794) -
1919
Make PSReadLine default on Windows
2020
- [vscode-PowerShell #1736](https://github.com/PowerShell/vscode-PowerShell/pull/1736) -
21-
turn off non-windows gate for attach to process
21+
Enable attach to process on Linux and macOS
2222
- [vscode-PowerShell #1729](https://github.com/PowerShell/vscode-PowerShell/pull/1729) -
23-
Handle Pester Describe block strings with single quotes inside it (Thanks @bergmeister!)
23+
Handle Pester Describe block strings with single quotes inside it (Thanks @bergmeister!)
2424
- [vscode-PowerShell #1741](https://github.com/PowerShell/vscode-PowerShell/pull/1741) -
25-
Update build to clear node modules directory (Thanks @corbob!)
25+
Update build to clear node modules directory (Thanks @corbob!)
2626
- [vscode-PowerShell #1743](https://github.com/PowerShell/vscode-PowerShell/pull/1743) -
27-
Fix Right Click Help lookup not always working. (Thanks @corbob!)
27+
Fix right-click help lookup not always working (Thanks @corbob!)
2828
- [vscode-PowerShell #1746](https://github.com/PowerShell/vscode-PowerShell/pull/1746) -
29-
Add label property to debug config, change pkg name to lowercase (Thanks @rkeithhill!)
29+
Add label property to debug config, change pkg name to lowercase (Thanks @rkeithhill!)
3030
- [vscode-PowerShell #1749](https://github.com/PowerShell/vscode-PowerShell/pull/1749) -
31-
Adds the Install-VSCode.ps1 script to signing
31+
Add the Install-VSCode.ps1 script to signing
3232
- [vscode-PowerShell #1747](https://github.com/PowerShell/vscode-PowerShell/pull/1747) -
33-
Modify powerShellDefaultVersion desc to make clearer (Thanks @rkeithhill!)
33+
Modify `powerShellDefaultVersion` description to make clearer (Thanks @rkeithhill!)
3434
- [vscode-PowerShell #1755](https://github.com/PowerShell/vscode-PowerShell/pull/1755) -
35-
Speed up travis builds by skipping the .net core initialisation (Thanks @bergmeister!)
35+
Speed up Travis builds by skipping the .NET Core initialization (Thanks @bergmeister!)
3636
- [vscode-PowerShell #1773](https://github.com/PowerShell/vscode-PowerShell/pull/1773) -
37-
Change debugger type field back to "PowerShell" from powershell (Thanks @rkeithhill!)
37+
Change debugger type field back to `PowerShell` from `powershell` (Thanks @rkeithhill!)
3838
- [vscode-PowerShell #1757](https://github.com/PowerShell/vscode-PowerShell/pull/1757) -
3939
Match Install-VSCode.ps1 script url with the one from master branch (Thanks @rafaltra!)
4040
- [vscode-PowerShell #1774](https://github.com/PowerShell/vscode-PowerShell/pull/1774) -
41-
Switch to EncodedCommand
41+
Switch to `EncodedCommand` for script execution
4242
- [vscode-PowerShell #1764](https://github.com/PowerShell/vscode-PowerShell/pull/1764) -
43-
Added Pester, ShouldProcess and Calculated Property PS Snippets (Thanks @brettmillerb!)
43+
Added Pester, ShouldProcess and Calculated Property PS Snippets (Thanks @brettmillerb!)
4444
- [vscode-PowerShell #1776](https://github.com/PowerShell/vscode-PowerShell/pull/1776) -
45-
Migrate Pester version detection into an InovkePester stub script (Thanks @rkeithhill!)
45+
Migrate Pester version detection into an InovkePester stub script (Thanks @rkeithhill!)
4646
- [vscode-PowerShell #1781](https://github.com/PowerShell/vscode-PowerShell/pull/1781) -
47-
fix initial launch config casing
47+
Fix initial launch config casing
4848
- [vscode-PowerShell #1775](https://github.com/PowerShell/vscode-PowerShell/pull/1775) -
49-
Support -CustomPipeName
49+
Support `-CustomPipeName`, allowing configuration of custom namedpipes for LSP transport
5050
- [vscode-PowerShell #1787](https://github.com/PowerShell/vscode-PowerShell/pull/1787) -
51-
Added SQL PowerShell Examples (Thanks @SQLvariant!)
51+
Added SQL PowerShell Examples (Thanks @SQLvariant!)
5252
- [vscode-PowerShell #1782](https://github.com/PowerShell/vscode-PowerShell/pull/1782) -
53-
Add Debug Runspace command (Thanks @adamdriscoll!)
53+
Add Debug Runspace command (Thanks @adamdriscoll!)
5454
- [vscode-PowerShell #1800](https://github.com/PowerShell/vscode-PowerShell/pull/1800) -
55-
include current runspace and runspace 1 if should
55+
Include current runspace and runspace ID 1 in the PSHostProcess picker dialog
5656
- [vscode-PowerShell #1687](https://github.com/PowerShell/vscode-PowerShell/pull/1687) -
57-
Add new powershell.useCorrectCasingsettings for new rule in PSSA 1.18: PSUseCorrectCasing (Thanks @bergmeister!)
57+
Add new `powershell.useCorrectCasingsettings` for new rule in PSSA 1.18: PSUseCorrectCasing (Thanks @bergmeister!)
5858
- [vscode-PowerShell #1668](https://github.com/PowerShell/vscode-PowerShell/pull/1668) -
59-
Add new powershell.codeFormatting settings for new options in PSSA 1.18: WhitespaceInsideBrace and WhitespaceAroundPipe (Thanks @bergmeister!)
59+
Add new `powershell.codeFormatting` settings for new options in PSSA 1.18: WhitespaceInsideBrace and WhitespaceAroundPipe (Thanks @bergmeister!)
6060
- [vscode-PowerShell #1669](https://github.com/PowerShell/vscode-PowerShell/pull/1669) -
61-
Add new powershell.codeFormatting settings for new options in PSSA 1.18: PipelineIndentationStyle (Thanks @bergmeister!)
61+
Add new `powershell.codeFormatting` settings for new options in PSSA 1.18: PipelineIndentationStyle (Thanks @bergmeister!)
6262
- [vscode-PowerShell #1738](https://github.com/PowerShell/vscode-PowerShell/pull/1738) -
63-
Setting CommandExp ExcludeFilter to be empty array (Thanks @adilio!)
63+
Set CommandExplorer exclusion filter to be empty array by default (Thanks @adilio!)
6464
- [vscode-PowerShell #1686](https://github.com/PowerShell/vscode-PowerShell/pull/1686) -
65-
Add an Exclusion filter to the Command Explorer. (Thanks @corbob!)
65+
Add an exclusion filter to the Command Explorer (Thanks @corbob!)
6666

6767
#### [PowerShellEditorServices](https://github.com/powershell/PowerShellEditorServices)
6868

6969
- [PowerShellEditorServices #888](https://github.com/PowerShell/PowerShellEditorServices/pull/888) -
70-
Add new ParseError level to ScriptFileMarkerLevel and only have it send parse errors
70+
Add new ParseError level to ScriptFileMarkerLevel and filter out PSSA parse errors
7171
- [PowerShellEditorServices #858](https://github.com/PowerShell/PowerShellEditorServices/pull/858) -
72-
Fix XUnit warnings that better assertion operators should be used. (Thanks @bergmeister!)
72+
Fix XUnit warnings that better assertion operators should be used. (Thanks @bergmeister!)
7373
- [PowerShellEditorServices #854](https://github.com/PowerShell/PowerShellEditorServices/pull/854) -
74-
(maint) Reinstate test filtering (Thanks @glennsarti!)
74+
Reinstate test filtering (Thanks @glennsarti!)
7575
- [PowerShellEditorServices #866](https://github.com/PowerShell/PowerShellEditorServices/pull/866) -
76-
Catch NotSupportedException which can be thrown by FilleStream ctor (Thanks @rkeithhill!)
76+
Catch NotSupportedException which can be thrown by FileStream constructor (Thanks @rkeithhill!)
7777
- [PowerShellEditorServices #868](https://github.com/PowerShell/PowerShellEditorServices/pull/868) -
78-
Speed up travis builds by skipping the .net core initialisation (Thanks @bergmeister!)
78+
Speed up Travis builds by skipping the .NET Core initialization (Thanks @bergmeister!)
7979
- [PowerShellEditorServices #869](https://github.com/PowerShell/PowerShellEditorServices/pull/869) -
80-
Added `AsNewFile` switch to Out-CurrentFile (Thanks @dfinke!)
80+
Added `AsNewFile` switch to Out-CurrentFile (Thanks @dfinke!)
8181
- [PowerShellEditorServices #873](https://github.com/PowerShell/PowerShellEditorServices/pull/873) -
82-
Return the start line number for Describe block (Thanks @rkeithhill!)
82+
Return the start line number for Describe block (Thanks @rkeithhill!)
8383
- [PowerShellEditorServices #876](https://github.com/PowerShell/PowerShellEditorServices/pull/876) -
84-
Temporarily disable deemphasized stack frames to fix VSCode issue 1750 (Thanks @rkeithhill!)
84+
Temporarily disable deemphasized stack frames to fix VSCode issue 1750 (Thanks @rkeithhill!)
8585
- [PowerShellEditorServices #871](https://github.com/PowerShell/PowerShellEditorServices/pull/871) -
86-
Support -CustomPipeName
86+
Support -CustomPipeName, allowing configuration of custom namedpipes for LSP transport
8787
- [PowerShellEditorServices #872](https://github.com/PowerShell/PowerShellEditorServices/pull/872) -
88-
Fix unable to open files in problems/peek windows issue (Thanks @rkeithhill!)
88+
Fix unable to open files in problems/peek windows issue (Thanks @rkeithhill!)
8989
- [PowerShellEditorServices #875](https://github.com/PowerShell/PowerShellEditorServices/pull/875) -
90-
Add attach to local runspace. (Thanks @adamdriscoll!)
90+
Add attach to local runspace. (Thanks @adamdriscoll!)
9191
- [PowerShellEditorServices #881](https://github.com/PowerShell/PowerShellEditorServices/pull/881) -
92-
NamedPipeConnectionInfo <= Enter-PSHostProcess
92+
Use `NamedPipeConnectionInfo` to connect to remote runspaces instead of Enter-PSHostProcess
9393
- [PowerShellEditorServices #845](https://github.com/PowerShell/PowerShellEditorServices/pull/845) -
94-
add UseCorrectCasing (Thanks @bergmeister!)
94+
Enable UseCorrectCasing as a default rule (Thanks @bergmeister!)
9595
- [PowerShellEditorServices #835](https://github.com/PowerShell/PowerShellEditorServices/pull/835) -
96-
Map new powershell.codeformatting settings WhitespaceInsideBrace and WhitespaceAroundPipe to PSSA settings hash table (Thanks @bergmeister!)
96+
Map new `powershell.codeformatting` settings WhitespaceInsideBrace and WhitespaceAroundPipe to PSSA settings hashtable (Thanks @bergmeister!)
9797
- [PowerShellEditorServices #836](https://github.com/PowerShell/PowerShellEditorServices/pull/836) -
98-
add PipelineIndentationStyle mapping (Thanks @bergmeister!)
98+
Add PipelineIndentationStyle configuration mapping (Thanks @bergmeister!)
9999
- [PowerShellEditorServices #887](https://github.com/PowerShell/PowerShellEditorServices/pull/887) -
100-
Cherry pick PR 1750 merge commit to legacy/v1.x, has additional fixes (Thanks @rkeithhill!)
100+
Cherry pick PR 1750 merge commit to legacy/v1.x, has additional fixes (Thanks @rkeithhill!)
101101
- [PowerShellEditorServices #874](https://github.com/PowerShell/PowerShellEditorServices/pull/874) -
102-
Use public InternalHost from origin runspace (Thanks @SeeminglyScience!)
102+
Use public `InternalHost` from origin runspace (Thanks @SeeminglyScience!)
103103
- [PowerShellEditorServices #889](https://github.com/PowerShell/PowerShellEditorServices/pull/889) -
104-
Enhance Get-PsesRpcNotificationMessage/MessageResponseTimes to allow filtering by message name (Thanks @rkeithhill!)
104+
Enhance Get-PsesRpcNotificationMessage/MessageResponseTimes to allow filtering by message name (Thanks @rkeithhill!)
105105
- [PowerShellEditorServices #859](https://github.com/PowerShell/PowerShellEditorServices/pull/859) -
106-
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!)
106+
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!)
107107
- [PowerShellEditorServices #862](https://github.com/PowerShell/PowerShellEditorServices/pull/862) -
108108
Handle arbitrary exceptions when recursing workspace
109109

0 commit comments

Comments
 (0)