We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f77d8b commit 0853938Copy full SHA for 0853938
2 files changed
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# PowerShell Extension Release History
2
3
+## v2026.1.0-preview
4
+### Wednesday, April 08, 2026
5
+
6
+With PowerShell Editor Services [v4.5.0](https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v4.5.0)!
7
8
+New PSSA version and lots of fixes!
9
10
+See more details at the GitHub Release for [v2026.1.0-preview](https://github.com/PowerShell/vscode-powershell/releases/tag/v2026.1.0-preview).
11
12
## v2025.4.0
13
### Wednesday, October 08, 2025
14
package.json
@@ -1,7 +1,7 @@
{
"name": "powershell",
"displayName": "PowerShell",
- "version": "2025.4.0",
+ "version": "2026.1.0",
"preview": false,
"publisher": "ms-vscode",
"description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",
0 commit comments