Skip to content

Commit ee5e4b7

Browse files
committed
v2026.1.2-preview: Add language model tools, redesign the Command Explorer, and render Show Help in an editor pane.
1 parent b4b86b6 commit ee5e4b7

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# PowerShell Extension Release History
22

3+
## v2026.1.2-preview
4+
### Thursday, June 25, 2026
5+
6+
With PowerShell Editor Services [v4.7.0](https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v4.7.0)!
7+
8+
Add language model tools, redesign the Command Explorer, and render Show Help in an editor pane.
9+
10+
See more details at the GitHub Release for [v2026.1.2-preview](https://github.com/PowerShell/vscode-powershell/releases/tag/v2026.1.2-preview).
11+
312
## v2026.1.1-preview
413
### Friday, May 15, 2026
514

package.json

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

0 commit comments

Comments
 (0)