Skip to content

Commit b34597d

Browse files
Merge pull request #4277 from PowerShell/release
Release `v2022.11.1-preview`
2 parents d630e29 + 1a35083 commit b34597d

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

CHANGELOG.md

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

3+
## v2022.11.1-preview
4+
### Monday, November 21, 2022
5+
6+
#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)
7+
8+
- 🐛 💭 [vscode-powershell #4202](https://github.com/PowerShell/vscode-powershell/pull/4276) - Make `Logger.WriteLine` thread-safe and fix bug with UNC paths.
9+
- ✨ 📟 [vscode-powershell #4271](https://github.com/PowerShell/vscode-powershell/pull/4271) - Send shell integration setting to server.
10+
11+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) v3.6.2
12+
13+
- ✨ 📟 [vscode-powershell #3901](https://github.com/PowerShell/PowerShellEditorServices/pull/1958) - Enable VS Code's shell integration.
14+
- 🐛 🔍 [vscode-powershell #4269](https://github.com/PowerShell/PowerShellEditorServices/pull/1957) - Escape single quotes when launching a script by path.
15+
- ✨ 🚨 [PowerShellEditorServices #1955](https://github.com/PowerShell/PowerShellEditorServices/pull/1955) - Add PowerShell 7.3 to test matrix.
16+
317
## v2022.11.0
418
### Wednesday, November 16, 2022
519

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "powershell",
3-
"displayName": "PowerShell",
4-
"version": "2022.11.0",
5-
"preview": false,
2+
"name": "powershell-preview",
3+
"displayName": "PowerShell Preview",
4+
"version": "2022.11.1",
5+
"preview": true,
66
"publisher": "ms-vscode",
7-
"description": "Develop PowerShell modules, commands and scripts in Visual Studio Code!",
7+
"description": "(Preview) Develop PowerShell modules, commands and scripts in Visual Studio Code!",
88
"engines": {
99
"vscode": "^1.65.0"
1010
},
@@ -17,7 +17,7 @@
1717
"Snippets",
1818
"Linters"
1919
],
20-
"icon": "media/PowerShell_Icon.png",
20+
"icon": "media/PowerShell_Preview_Icon.png",
2121
"galleryBanner": {
2222
"color": "#ACD1EC",
2323
"theme": "light"

0 commit comments

Comments
 (0)