1111
1212- 🐛 🔍 [ vscode-powershell #3513 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1555 ) - Fix debugger regression where console needed input to start/continue.
1313
14-
1514## v2021.8.1-preview
1615### Thursday, August 19, 2021
1716
3029- 🐛 🚨 [ PowerShellEditorServices #1442 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1540 ) - Fix tests in ` Debugging/DebugServiceTests.cs ` and simplify faulty script path logic.
3130- ✨ 🔍 [ PowerShellEditorServices #1532 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1532 ) - Make ` ExecuteCommandAsync ` cancellable .
3231
33-
3432## v2021.8.0
3533### Monday, August 09, 2021
3634
@@ -84,7 +82,6 @@ for the full story!
8482- 🐛 👷 [ PowerShellEditorServices #1513 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1513 ) - Import ` InvokePesterStub.ps1 ` from ` vscode-powershell ` (with history).
8583- 🐛 🛫 [ PowerShellEditorServices #1503 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1504 ) - Handle ` incomingSettings ` and ` profileObject ` being null. (Thanks @dkattan !)
8684
87-
8885## v2021.6.2
8986### Thursday, June 24, 2021
9087
@@ -96,7 +93,6 @@ for the full story!
9693
9794- 👷🐛 [ PowerShellEditorServices #1509 ] ( https://github.com/PowerShell/PowerShellEditorServices/issues/1509 ) Fix signing of files in release.
9895
99-
10096## v2021.6.1
10197### Monday, June 21, 2021
10298
@@ -167,7 +163,7 @@ experience.
167163- 📖✨ [ vscode-powershell #3339 ] ( https://github.com/PowerShell/vscode-powershell/pull/3340 ) - Update Description to reflect that PowerShell is for more than scripting. (Thanks @potatoqualitee !)
168164- 📺🐛 [ vscode-powershell #3320 ] ( https://github.com/PowerShell/vscode-powershell/pull/3329 ) - Fix duplicated command registrations. (Thanks @MartinGC94 !)
169165- 📖🐛 [ vscode-powershell #2896 ] ( https://github.com/PowerShell/vscode-powershell/pull/3322 ) - Remove "All Rights Reserved" from copyright notices.
170- - [ vscode-powershell #3179 ] ( https://github.com/PowerShell/vscode-powershell/pull/3179 ) - Update @types/vscode and ` StatusBarItem ` implementation.
166+ - [ vscode-powershell #3179 ] ( https://github.com/PowerShell/vscode-powershell/pull/3179 ) - Update @types/vscode and ` StatusBarItem ` implementation.
171167
172168#### [ PowerShellEditorServices] ( https://github.com/PowerShell/PowerShellEditorServices )
173169
@@ -177,7 +173,6 @@ experience.
177173- 📖🐛 [ PowerShellEditorServices #1465 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1466 ) - Remove "All Rights Reserved" from copyright notices.
178174- 👷✨ [ PowerShellEditorServices #1463 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/1464 ) - Enable CodeQL with ` codeql-analysis.yml ` .
179175
180-
181176## v2021.4.2-preview
182177### Monday, April 26, 2021
183178
@@ -311,7 +306,7 @@ in the next preview release. See:
311306- 👷✨ [ vscode-powershell #2889 ] ( https://github.com/PowerShell/vscode-powershell/pull/2889 ) -
312307 Use spaces instead of tabs for consistency. (Thanks @xtqqczze !)
313308- 👷✨ [ vscode-powershell #2884 ] ( https://github.com/PowerShell/vscode-powershell/pull/2884 ) -
314- Update copyright header in * .ps1, * .psm1 files. (Thanks @xtqqczze !)
309+ Update copyright header in ` *.ps1 ` , ` *.psm1 ` files. (Thanks @xtqqczze !)
315310- 🐢🐛 [ vscode-powershell #2888 ] ( https://github.com/PowerShell/vscode-powershell/pull/2888 ) -
316311 Fixed crash when running pester older than 3.4.5. (Thanks @EmmanuelPineiro !)
317312- 👷✨ [ vscode-powershell #2881 ] ( https://github.com/PowerShell/vscode-powershell/pull/2881 ) -
@@ -822,7 +817,7 @@ You can find the changelog from the old stable fork
822817## v2019.11.0
823818### Friday, November 1, 2019
824819
825- ##### Special Note
820+ #### Special Note
826821In this release of the preview extension,
827822we've merged significant architectural work into PowerShell Editor Services.
828823After several months of work, PSES now uses the Omnisharp LSP library
@@ -1029,8 +1024,8 @@ As always, [please let us know if you find any issues](https://github.com/PowerS
10291024
10301025- [ vscode-PowerShell #1865 ] ( https://github.com/PowerShell/vscode-powershell/pull/1867 ) -
10311026 Change casing of ` powershell.codeformatting ` settings for consistency:
1032- - ` powershell.codeformatting.WhitespaceInsideBrace ` is now ` powershell.codeformatting.whitespaceInsideBrace `
1033- - ` powershell.codeformatting.WhitespaceAroundPipe ` is now ` powershell.codeformatting.whitespaceAroundPipe `
1027+ - ` powershell.codeformatting.WhitespaceInsideBrace ` is now ` powershell.codeformatting.whitespaceInsideBrace `
1028+ - ` powershell.codeformatting.WhitespaceAroundPipe ` is now ` powershell.codeformatting.whitespaceAroundPipe `
10341029- [ vscode-PowerShell #1852 ] ( https://github.com/PowerShell/vscode-PowerShell/pull/1852 ) -
10351030 Turn ` powershell.codeformatting.useCorrectCasing ` setting off by default until PSSA issues are fixed (Thanks @bergmeister !)
10361031- [ vscode-PowerShell #1838 ] ( https://github.com/PowerShell/vscode-PowerShell/pull/1838 ) -
@@ -1058,11 +1053,11 @@ As always, [please let us know if you find any issues](https://github.com/PowerS
10581053
10591054### Highlights
10601055
1061- * ` Write-Progress ` work in the integrated console ⏰
1062- * Support for [ PSScriptAnalyzer 1.18] ( https://github.com/PowerShell/PSScriptAnalyzer/releases/tag/1.18.0 ) 📝
1063- * The ability to debug any runspace in any process 🔎
1064- * PSReadLine enabled by default on Windows 🎨
1065- * (Bug fix!) You can open untitled workspaces/folders again! 🐛☠️
1056+ - ` Write-Progress ` work in the integrated console ⏰
1057+ - Support for [ PSScriptAnalyzer 1.18] ( https://github.com/PowerShell/PSScriptAnalyzer/releases/tag/1.18.0 ) 📝
1058+ - The ability to debug any runspace in any process 🔎
1059+ - PSReadLine enabled by default on Windows 🎨
1060+ - (Bug fix!) You can open untitled workspaces/folders again! 🐛☠️
10661061
10671062There are a lot more goodies in this version. Checkout the changelog below!
10681063
@@ -1208,7 +1203,7 @@ check out their [documentation](https://docs.microsoft.com/en-us/powershell/modu
12081203
12091204To enable PSReadLine support in the Preview version on Windows, please add the following to your user settings:
12101205
1211- ```
1206+ ``` json
12121207"powershell.developer.featureFlags" : [ " PSReadLine" ]
12131208```
12141209
@@ -1402,22 +1397,21 @@ As stated above, this version of the PowerShell extension only works with Window
14021397- [ PowerShellEditorServices #726 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/726 ) -
14031398 Fix comment-based help snippet
14041399
1405-
14061400## v1.8.3
14071401### Wednesday, August 15, 2018
14081402
14091403#### [ vscode-powershell] ( https://github.com/powershell/vscode-powershell )
14101404
1411- - [ PowerShell/vscode-powershell #1480 ] ( https://github.com/PowerShell/vscode-powershell/pull/1480 ) -
1412- Use PowerShell signing script in VSTS builds
1413- - [ PowerShell/vscode-powershell #1460 ] ( https://github.com/PowerShell/vscode-powershell/pull/1460 ) -
1414- Use newer version for preleases
1415- - [ PowerShell/vscode-powershell #1475 ] ( https://github.com/PowerShell/vscode-powershell/pull/1475 ) -
1416- Change resourceLangId to editorLangId so right-click works properly with unsaved files (Thanks @corbob !)
1417- - [ PowerShell/vscode-powershell #1467 ] ( https://github.com/PowerShell/vscode-powershell/pull/1467 ) -
1418- Remove region folding from non-region areas (Thanks @glennsarti !)
1405+ - [ PowerShell/vscode-powershell #1480 ] ( https://github.com/PowerShell/vscode-powershell/pull/1480 ) -
1406+ Use PowerShell signing script in VSTS builds
1407+ - [ PowerShell/vscode-powershell #1460 ] ( https://github.com/PowerShell/vscode-powershell/pull/1460 ) -
1408+ Use newer version for preleases
1409+ - [ PowerShell/vscode-powershell #1475 ] ( https://github.com/PowerShell/vscode-powershell/pull/1475 ) -
1410+ Change resourceLangId to editorLangId so right-click works properly with unsaved files (Thanks @corbob !)
1411+ - [ PowerShell/vscode-powershell #1467 ] ( https://github.com/PowerShell/vscode-powershell/pull/1467 ) -
1412+ Remove region folding from non-region areas (Thanks @glennsarti !)
14191413
1420- #### [ PowerShellEditorServices] ( https://github.com/powershell/PowerShellEditorServices )
1414+ #### [ PowerShellEditorServices] ( https://github.com/powershell/PowerShellEditorServices )
14211415
14221416- [ PowerShell/PowerShellEditorServices #722 ] ( https://github.com/PowerShell/PowerShellEditorServices/pull/722 ) -
14231417 Add VSTS signing step
@@ -2195,12 +2189,11 @@ passed to your script when it is executed. This is configured using the new
21952189
21962190When you launch this configuration you will see a UI popup asking for arguments:
21972191
2198-
21992192![ image] ( https://cloud.githubusercontent.com/assets/5177512/25560503/e60e9822-2d12-11e7-9837-29464d077082.png )
22002193
22012194You can type your arguments to the script as you would in PowerShell:
22022195
2203- ```
2196+ ``` powershell
22042197-Count 5
22052198```
22062199
@@ -2213,7 +2206,7 @@ We've added a new code formatting rule that automatically aligns the equal sign
22132206in assignments of keys in hash tables or DSC configurations. It also works with
22142207nested hash tables! Here's a simple example:
22152208
2216- ** Before**
2209+ ##### Before
22172210
22182211``` powershell
22192212$formatTest = @{
@@ -2226,7 +2219,7 @@ $formatTest = @{
22262219}
22272220```
22282221
2229- ** After**
2222+ ##### After
22302223
22312224``` powershell
22322225
@@ -2243,7 +2236,7 @@ $formatTest = @{
22432236This formatting rule is enabled by default but can be disabled with the following
22442237setting:
22452238
2246- ```
2239+ ``` json
22472240"powershell.codeFormatting.alignPropertyValuePairs" : false
22482241```
22492242
@@ -2668,7 +2661,7 @@ may not format your code perfectly in all cases. If you run into any issues,
26682661please [ file an issue] ( https://github.com/PowerShell/vscode-powershell/issues/new )
26692662and give us your feedback!
26702663
2671- #### Streamlined debugging experience - launch.json is now optional!
2664+ #### Streamlined debugging experience - launch.json is now optional
26722665
26732666** NOTE: This improvement depends on VS Code 1.9.0 which is due for release
26742667early February!** However, you can try it out right now with the [ VS Code Insiders] ( https://code.visualstudio.com/insiders )
@@ -2898,7 +2891,7 @@ number of times.
28982891## 0.7.0
28992892### Thursday, August 18, 2016
29002893
2901- #### Introducing support for Linux and macOS!
2894+ #### Introducing support for Linux and macOS
29022895
29032896This release marks the beginning of our support for Linux and macOS via
29042897the new [ cross-platform release of PowerShell] ( https://github.com/PowerShell/PowerShell ) .
0 commit comments