Skip to content

Commit 0a5771e

Browse files
Merge pull request #3520 from PowerShell/release
Release `v2021.8.2-preview`
2 parents 0478d4b + 4cee1b3 commit 0a5771e

File tree

3 files changed

+39
-35
lines changed

3 files changed

+39
-35
lines changed

CHANGELOG.md

+37-32
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# PowerShell Extension Release History
22

3+
## v2021.8.2-preview
4+
### Monday, August 23, 2021
5+
6+
#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)
7+
8+
- #️⃣ 🙏 [vscode-powershell #3518](https://github.com/PowerShell/vscode-powershell/pull/3518) - Update build and task configurations.
9+
10+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
11+
12+
- 🐛 🔍 [vscode-powershell #3513](https://github.com/PowerShell/PowerShellEditorServices/pull/1555) - Fix debugger regression where console needed input to start/continue.
13+
314
## v2021.8.1-preview
415
### Thursday, August 19, 2021
516

@@ -18,7 +29,6 @@
1829
- 🐛 🚨 [PowerShellEditorServices #1442](https://github.com/PowerShell/PowerShellEditorServices/pull/1540) - Fix tests in `Debugging/DebugServiceTests.cs` and simplify faulty script path logic.
1930
- ✨ 🔍 [PowerShellEditorServices #1532](https://github.com/PowerShell/PowerShellEditorServices/pull/1532) - Make `ExecuteCommandAsync` cancellable .
2031

21-
2232
## v2021.8.0
2333
### Monday, August 09, 2021
2434

@@ -72,7 +82,6 @@ for the full story!
7282
- 🐛 👷 [PowerShellEditorServices #1513](https://github.com/PowerShell/PowerShellEditorServices/pull/1513) - Import `InvokePesterStub.ps1` from `vscode-powershell` (with history).
7383
- 🐛 🛫 [PowerShellEditorServices #1503](https://github.com/PowerShell/PowerShellEditorServices/pull/1504) - Handle `incomingSettings` and `profileObject` being null. (Thanks @dkattan!)
7484

75-
7685
## v2021.6.2
7786
### Thursday, June 24, 2021
7887

@@ -84,7 +93,6 @@ for the full story!
8493

8594
- 👷🐛 [PowerShellEditorServices #1509](https://github.com/PowerShell/PowerShellEditorServices/issues/1509) Fix signing of files in release.
8695

87-
8896
## v2021.6.1
8997
### Monday, June 21, 2021
9098

@@ -155,7 +163,7 @@ experience.
155163
- 📖✨ [vscode-powershell #3339](https://github.com/PowerShell/vscode-powershell/pull/3340) - Update Description to reflect that PowerShell is for more than scripting. (Thanks @potatoqualitee!)
156164
- 📺🐛 [vscode-powershell #3320](https://github.com/PowerShell/vscode-powershell/pull/3329) - Fix duplicated command registrations. (Thanks @MartinGC94!)
157165
- 📖🐛 [vscode-powershell #2896](https://github.com/PowerShell/vscode-powershell/pull/3322) - Remove "All Rights Reserved" from copyright notices.
158-
- [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.
159167

160168
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
161169

@@ -165,7 +173,6 @@ experience.
165173
- 📖🐛 [PowerShellEditorServices #1465](https://github.com/PowerShell/PowerShellEditorServices/pull/1466) - Remove "All Rights Reserved" from copyright notices.
166174
- 👷✨ [PowerShellEditorServices #1463](https://github.com/PowerShell/PowerShellEditorServices/pull/1464) - Enable CodeQL with `codeql-analysis.yml`.
167175

168-
169176
## v2021.4.2-preview
170177
### Monday, April 26, 2021
171178

@@ -299,7 +306,7 @@ in the next preview release. See:
299306
- 👷✨ [vscode-powershell #2889](https://github.com/PowerShell/vscode-powershell/pull/2889) -
300307
Use spaces instead of tabs for consistency. (Thanks @xtqqczze!)
301308
- 👷✨ [vscode-powershell #2884](https://github.com/PowerShell/vscode-powershell/pull/2884) -
302-
Update copyright header in *.ps1, *.psm1 files. (Thanks @xtqqczze!)
309+
Update copyright header in `*.ps1`, `*.psm1` files. (Thanks @xtqqczze!)
303310
- 🐢🐛 [vscode-powershell #2888](https://github.com/PowerShell/vscode-powershell/pull/2888) -
304311
Fixed crash when running pester older than 3.4.5. (Thanks @EmmanuelPineiro!)
305312
- 👷✨ [vscode-powershell #2881](https://github.com/PowerShell/vscode-powershell/pull/2881) -
@@ -810,7 +817,7 @@ You can find the changelog from the old stable fork
810817
## v2019.11.0
811818
### Friday, November 1, 2019
812819

813-
##### Special Note
820+
#### Special Note
814821
In this release of the preview extension,
815822
we've merged significant architectural work into PowerShell Editor Services.
816823
After several months of work, PSES now uses the Omnisharp LSP library
@@ -1017,8 +1024,8 @@ As always, [please let us know if you find any issues](https://github.com/PowerS
10171024

10181025
- [vscode-PowerShell #1865](https://github.com/PowerShell/vscode-powershell/pull/1867) -
10191026
Change casing of `powershell.codeformatting` settings for consistency:
1020-
- `powershell.codeformatting.WhitespaceInsideBrace` is now `powershell.codeformatting.whitespaceInsideBrace`
1021-
- `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`
10221029
- [vscode-PowerShell #1852](https://github.com/PowerShell/vscode-PowerShell/pull/1852) -
10231030
Turn `powershell.codeformatting.useCorrectCasing` setting off by default until PSSA issues are fixed (Thanks @bergmeister!)
10241031
- [vscode-PowerShell #1838](https://github.com/PowerShell/vscode-PowerShell/pull/1838) -
@@ -1046,11 +1053,11 @@ As always, [please let us know if you find any issues](https://github.com/PowerS
10461053

10471054
### Highlights
10481055

1049-
* `Write-Progress` work in the integrated console ⏰
1050-
* Support for [PSScriptAnalyzer 1.18](https://github.com/PowerShell/PSScriptAnalyzer/releases/tag/1.18.0) 📝
1051-
* The ability to debug any runspace in any process 🔎
1052-
* PSReadLine enabled by default on Windows 🎨
1053-
* (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! 🐛☠️
10541061

10551062
There are a lot more goodies in this version. Checkout the changelog below!
10561063

@@ -1196,7 +1203,7 @@ check out their [documentation](https://docs.microsoft.com/en-us/powershell/modu
11961203

11971204
To enable PSReadLine support in the Preview version on Windows, please add the following to your user settings:
11981205

1199-
```
1206+
```json
12001207
"powershell.developer.featureFlags": [ "PSReadLine" ]
12011208
```
12021209

@@ -1390,22 +1397,21 @@ As stated above, this version of the PowerShell extension only works with Window
13901397
- [PowerShellEditorServices #726](https://github.com/PowerShell/PowerShellEditorServices/pull/726) -
13911398
Fix comment-based help snippet
13921399

1393-
13941400
## v1.8.3
13951401
### Wednesday, August 15, 2018
13961402

13971403
#### [vscode-powershell](https://github.com/powershell/vscode-powershell)
13981404

1399-
- [PowerShell/vscode-powershell #1480](https://github.com/PowerShell/vscode-powershell/pull/1480) -
1400-
Use PowerShell signing script in VSTS builds
1401-
- [PowerShell/vscode-powershell #1460](https://github.com/PowerShell/vscode-powershell/pull/1460) -
1402-
Use newer version for preleases
1403-
- [PowerShell/vscode-powershell #1475](https://github.com/PowerShell/vscode-powershell/pull/1475) -
1404-
Change resourceLangId to editorLangId so right-click works properly with unsaved files (Thanks @corbob!)
1405-
- [PowerShell/vscode-powershell #1467](https://github.com/PowerShell/vscode-powershell/pull/1467) -
1406-
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!)
14071413

1408-
#### [PowerShellEditorServices](https://github.com/powershell/PowerShellEditorServices)
1414+
#### [PowerShellEditorServices](https://github.com/powershell/PowerShellEditorServices)
14091415

14101416
- [PowerShell/PowerShellEditorServices #722](https://github.com/PowerShell/PowerShellEditorServices/pull/722) -
14111417
Add VSTS signing step
@@ -2183,12 +2189,11 @@ passed to your script when it is executed. This is configured using the new
21832189

21842190
When you launch this configuration you will see a UI popup asking for arguments:
21852191

2186-
21872192
![image](https://cloud.githubusercontent.com/assets/5177512/25560503/e60e9822-2d12-11e7-9837-29464d077082.png)
21882193

21892194
You can type your arguments to the script as you would in PowerShell:
21902195

2191-
```
2196+
```powershell
21922197
-Count 5
21932198
```
21942199

@@ -2201,7 +2206,7 @@ We've added a new code formatting rule that automatically aligns the equal sign
22012206
in assignments of keys in hash tables or DSC configurations. It also works with
22022207
nested hash tables! Here's a simple example:
22032208

2204-
**Before**
2209+
##### Before
22052210

22062211
```powershell
22072212
$formatTest = @{
@@ -2214,7 +2219,7 @@ $formatTest = @{
22142219
}
22152220
```
22162221

2217-
**After**
2222+
##### After
22182223

22192224
```powershell
22202225
@@ -2231,7 +2236,7 @@ $formatTest = @{
22312236
This formatting rule is enabled by default but can be disabled with the following
22322237
setting:
22332238

2234-
```
2239+
```json
22352240
"powershell.codeFormatting.alignPropertyValuePairs": false
22362241
```
22372242

@@ -2656,7 +2661,7 @@ may not format your code perfectly in all cases. If you run into any issues,
26562661
please [file an issue](https://github.com/PowerShell/vscode-powershell/issues/new)
26572662
and give us your feedback!
26582663

2659-
#### Streamlined debugging experience - launch.json is now optional!
2664+
#### Streamlined debugging experience - launch.json is now optional
26602665

26612666
**NOTE: This improvement depends on VS Code 1.9.0 which is due for release
26622667
early February!** However, you can try it out right now with the [VS Code Insiders](https://code.visualstudio.com/insiders)
@@ -2886,7 +2891,7 @@ number of times.
28862891
## 0.7.0
28872892
### Thursday, August 18, 2016
28882893

2889-
#### Introducing support for Linux and macOS!
2894+
#### Introducing support for Linux and macOS
28902895

28912896
This release marks the beginning of our support for Linux and macOS via
28922897
the new [cross-platform release of PowerShell](https://github.com/PowerShell/PowerShell).

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "powershell-preview",
33
"displayName": "PowerShell Preview",
4-
"version": "2021.8.1",
4+
"version": "2021.8.2",
55
"preview": true,
66
"publisher": "ms-vscode",
77
"description": "(Preview) Develop PowerShell modules, commands and scripts in Visual Studio Code!",

tools/ReleaseTools.psm1

+1-2
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ function Update-Changelog {
255255
)
256256
}
257257
"PowerShellEditorServices" {
258-
@($Bullets)
258+
@($Bullets, "")
259259
}
260260
}
261261

@@ -269,7 +269,6 @@ function Update-Changelog {
269269
"### $([datetime]::Now.ToString('dddd, MMMM dd, yyyy'))"
270270
""
271271
$NewSection
272-
""
273272
$CurrentChangelog[2..$CurrentChangelog.Length]
274273
) | Set-Content -Encoding utf8NoBOM -Path $ChangelogFile
275274

0 commit comments

Comments
 (0)