We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 400fd75 commit 51442aeCopy full SHA for 51442ae
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# PowerShell Extension Release History
2
3
+## v2024.5.1-preview
4
+### Friday, November 15, 2024
5
+
6
+With PowerShell Editor Services [v3.3.0](https://github.com/PowerShell/PowerShellEditorServices/releases/tag/v3.3.0)!
7
8
+Logging updates and dropped EOL PowerShell
9
10
+See more details at the GitHub Release for [v2024.5.1-preview](https://github.com/PowerShell/vscode-powershell/releases/tag/v2024.5.1-preview).
11
12
## v2024.4.0
13
### Monday, November 04, 2024
14
package.json
@@ -1,7 +1,7 @@
{
"name": "powershell",
"displayName": "PowerShell",
- "version": "2024.4.0",
+ "version": "2024.5.1",
"preview": false,
"publisher": "ms-vscode",
"description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",
0 commit comments