Skip to content

Commit ab10826

Browse files
committed
v2024.2.0: New stable release!
This release comes with PSReadLine v2.4.0-beta0 and PSScriptAnalyzer v1.22.0. It includes an overhauled support for Terminal Shell Integration, so it always supports VS Code's latest features! The codebase was cleaned up by the removal of several deprecated features. Multiple bugs were fixed in the shutdown process, default debugger configurations and IntelliSense. A setting was added to allow the exclusion of the execution policy CLI argument at startup, so that users in restricted environments are better able to launch the extension. This release went through three pre-releases. Thank you so much to all our beta testers and users for your contributions.
1 parent 11d50b0 commit ab10826

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# PowerShell Extension Release History
22

3+
## v2024.2.0
4+
### Monday, April 08, 2024
5+
6+
With PowerShell Editor Services [v3.19.0](https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v3.19.0)!
7+
8+
New stable release!
9+
10+
This release comes with PSReadLine v2.4.0-beta0 and PSScriptAnalyzer v1.22.0.
11+
12+
It includes an overhauled support for Terminal Shell Integration,
13+
so it always supports VS Code's latest features!
14+
15+
The codebase was cleaned up by the removal of several deprecated features.
16+
Multiple bugs were fixed in the shutdown process,
17+
default debugger configurations and IntelliSense.
18+
A setting was added to allow the exclusion of the execution policy CLI argument at startup,
19+
so that users in restricted environments are better able to launch the extension.
20+
21+
This release went through three pre-releases.
22+
Thank you so much to all our beta testers and users for your contributions.
23+
24+
See more details at the GitHub Release for [v2024.2.0](https://github.com/PowerShell/vscode-powershell/releases/tag/v2024.2.0).
25+
326
## v2024.3.2-preview
427
### Wednesday, April 03, 2024
528

package.json

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

0 commit comments

Comments
 (0)