-
Notifications
You must be signed in to change notification settings - Fork 520
Commit ab10826
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
2 files changed
+24
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
3 | 26 |
| |
4 | 27 |
| |
5 | 28 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 | - | ||
4 | + | ||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
0 commit comments