Skip to content

Commit 1deea2c

Browse files
committed
Merge branch 'main' of https://github.com/PowerShell/vscode-powershell into pssa_1.21.0
trivial merge conflict due to newlines, auto-resolved by TortoiseGit # Conflicts: # package-lock.json
2 parents 2d1f32e + 3ca58d4 commit 1deea2c

14 files changed

+409
-453
lines changed

CHANGELOG.md

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

3+
## v2022.9.1-preview
4+
### Wednesday, September 28, 2022
5+
6+
#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)
7+
8+
- ✨ 📺 [vscode-powershell #3954](https://github.com/PowerShell/vscode-powershell/pull/4187) - Re-implement indicator when running registered editor commands.
9+
- 🐛 🔍 [vscode-powershell #4185](https://github.com/PowerShell/vscode-powershell/pull/4186) - Only check a script's extension if a script was given.
10+
11+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) v3.5.3
12+
13+
- ✨ 🙏 [PowerShellEditorServices #1924](https://github.com/PowerShell/PowerShellEditorServices/pull/1924) - Re-implement indicator when running registered editor commands.
14+
15+
## v2022.9.0-preview
16+
### Tuesday, September 27, 2022
17+
18+
#### [vscode-powershell](https://github.com/PowerShell/vscode-powershell)
19+
20+
- 🐛 🔍 [vscode-powershell #4082](https://github.com/PowerShell/vscode-powershell/pull/4172) - Refactor the debug launch configuration resolvers.
21+
- 🐛 📁 [vscode-powershell #4163](https://github.com/PowerShell/vscode-powershell/pull/4171) - Fix incorrect docstring for `powershell.cwd`.
22+
- #️⃣ 🙏 [vscode-powershell #4170](https://github.com/PowerShell/vscode-powershell/pull/4170) - Add setting to only analyze open documents for references.
23+
- 🐛 🛫 [vscode-powershell #4160](https://github.com/PowerShell/vscode-powershell/pull/4161) - Lock `SessionManager.start()` so only one session is started.
24+
- ✨ 🔧 [vscode-powershell #4139](https://github.com/PowerShell/vscode-powershell/pull/4139) - Add setting to control the references code lens.
25+
26+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) v3.5.2
27+
28+
- 🐛 🛫 [vscode-powershell #4048](https://github.com/PowerShell/PowerShellEditorServices/pull/1918) - Created a nested PowerShell for the top-level loop.
29+
- #️⃣ 🙏 [PowerShellEditorServices #1917](https://github.com/PowerShell/PowerShellEditorServices/pull/1917) - Overhaul workspace search for symbol references.
30+
- ✨ 🚨 [PowerShellEditorServices #1914](https://github.com/PowerShell/PowerShellEditorServices/pull/1914) - Add regression tests for F5 and F8 saving to history.
31+
- ✨ 🙏 [PowerShellEditorServices #1900](https://github.com/PowerShell/PowerShellEditorServices/pull/1900) - Add setting to control references code lens.
32+
333
## v2022.8.5
434
### Tuesday, August 30, 2022
535

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ on how to contribute to this extension!
132132
## Maintainers
133133

134134
- Patrick Meinecke - [@SeeminglyScience](https://github.com/SeeminglyScience)
135-
- Andy Schwartzmeyer - [@andschwa](https://github.com/andschwa)
135+
- Andy Jordan - [@andschwa](https://github.com/andschwa)
136136
- Sydney Smith - [@SydneyhSmith](https://github.com/SydneyhSmith)
137137

138138
### Emeriti

docs/azure_data_studio/README_FOR_MARKETPLACE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ on how to contribute to this extension!
180180
## Maintainers
181181

182182
- Patrick Meinecke - [@SeeminglyScience](https://github.com/SeeminglyScience)
183-
- Andy Schwartzmeyer - [@andschwa](https://github.com/andschwa)
183+
- Andy Jordan - [@andschwa](https://github.com/andschwa)
184184
- Sydney Smith - [@SydneyhSmith](https://github.com/SydneyhSmith)
185185

186186
### Emeriti

0 commit comments

Comments
 (0)