Skip to content

Commit 74c90e5

Browse files
[Ignore] rev to v2020.9.0-preview and update CL (#2955)
* rev to v2020.9.0-preview and update CL * Update CHANGELOG.md Co-authored-by: Robert Holt <[email protected]> * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Robert Holt <[email protected]>
1 parent 7ed3649 commit 74c90e5

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

CHANGELOG.md

+46
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,51 @@
11
# PowerShell Extension Release History
22

3+
## v2020.9.0-preview
4+
### Wednesday, September 16, 2020
5+
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)
6+
7+
- 📺✨ [vscode-powershell #2919](https://github.com/PowerShell/vscode-powershell/pull/2919) -
8+
Create new Untitled Notebooks and support for Automatic Notebooks (`*.Notebook.ps1`).
9+
- 📺✨ [vscode-powershell #2935](https://github.com/PowerShell/vscode-powershell/pull/2935) -
10+
Add ISE theme settings borders. (Thanks @CalistusK!)
11+
- 👷✨ [vscode-powershell #2922](https://github.com/PowerShell/vscode-powershell/pull/2922) -
12+
Add editorconfig to recommended extensions for the local build. (Thanks @xtqqczze!)
13+
- 👷✨ [vscode-powershell #2889](https://github.com/PowerShell/vscode-powershell/pull/2889) -
14+
Use spaces instead of tabs for consistency. (Thanks @xtqqczze!)
15+
- 👷✨ [vscode-powershell #2884](https://github.com/PowerShell/vscode-powershell/pull/2884) -
16+
Update copyright header in *.ps1, *.psm1 files. (Thanks @xtqqczze!)
17+
- 🐢🐛 [vscode-powershell #2888](https://github.com/PowerShell/vscode-powershell/pull/2888) -
18+
Fixed crash when running pester older than 3.4.5. (Thanks @EmmanuelPineiro!)
19+
- 👷✨ [vscode-powershell #2881](https://github.com/PowerShell/vscode-powershell/pull/2881) -
20+
Remove UTF-8 BOM from misc text files. (Thanks @xtqqczze!)
21+
- 👷✨ [vscode-powershell #2876](https://github.com/PowerShell/vscode-powershell/pull/2876) -
22+
Update text in LICENSE.txt. (Thanks @xtqqczze!)
23+
- 📺✨ [vscode-powershell #2861](https://github.com/PowerShell/vscode-powershell/pull/2861) -
24+
Update LSP Client to use new Semantic Highlighting APIs. (Thanks @justinytchen!)
25+
- 👷✨ [vscode-powershell #2871](https://github.com/PowerShell/vscode-powershell/pull/2871) -
26+
Prevent `Update Notebook dts` action from triggering on forked repositories. (Thanks @corbob!)
27+
- 🔧🐛 [vscode-powershell #2863](https://github.com/PowerShell/vscode-powershell/pull/2863) -
28+
Fix migration of `codeFormatting.addWhitespaceAroundPipe` setting when it doesn't already exist.
29+
- 📺🐛 [vscode-powershell #2845](https://github.com/PowerShell/vscode-powershell/pull/2848) -
30+
Handle block comments with text on the same line as <# #> in Notebook Mode.
31+
-[vscode-powershell #2855](https://github.com/PowerShell/vscode-powershell/pull/2855) -
32+
Expose the extension integration API via exports instead of editor commands.
33+
- 📺✨ [vscode-powershell #2844](https://github.com/PowerShell/vscode-powershell/pull/2844) -
34+
Use property scope in the PowerShell ISE theme for better Semantic Highlighting.
35+
36+
#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices)
37+
38+
- 🧠✨ [vscode-powershell #2898](https://github.com/PowerShell/PowerShellEditorServices/pull/1352) -
39+
Type and Namespace completions now have tooltips. (Thanks @AspenForester!)
40+
- 🛫🐛 [vscode-powershell #2719](https://github.com/PowerShell/PowerShellEditorServices/pull/1349) -
41+
Fix startup assembly version loading issue in PowerShell 6 and up.
42+
- 🔗🐛 [vscode-powershell #2810](https://github.com/PowerShell/PowerShellEditorServices/pull/1348) -
43+
Fix reference number on Windows due to directory separator difference on Windows.
44+
- 📺✨ [PowerShellEditorServices #1343](https://github.com/PowerShell/PowerShellEditorServices/pull/1343) -
45+
Updated Semantic Handler to work with new LSP APIs. (Thanks @justinytchen!)
46+
- 📺✨ [PowerShellEditorServices #1337](https://github.com/PowerShell/PowerShellEditorServices/pull/1337) -
47+
Treat `Member`s as `Properties` in Semantic Highlighting for better accuracy.
48+
349
## v2020.7.0-preview
450
### Thursday, July 30, 2020
551
#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "powershell-preview",
33
"displayName": "PowerShell Preview",
4-
"version": "2020.7.0",
4+
"version": "2020.9.0",
55
"preview": true,
66
"publisher": "ms-vscode",
77
"description": "(Preview) Develop PowerShell scripts in Visual Studio Code!",

0 commit comments

Comments
 (0)