From 2469088c92cf4ceaea9bddde0cdd7b17f5793ba5 Mon Sep 17 00:00:00 2001 From: Tyler Leonhardt Date: Tue, 15 Sep 2020 16:03:24 -0700 Subject: [PATCH 1/4] rev to v2020.9.0-preview and update CL --- CHANGELOG.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 47 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 996cafb335..2d530d976f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,51 @@ # PowerShell Extension Release History +## v2020.9.0-preview +### Wednesday, September 16, 2020 +#### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell) + +- πŸ“Ίβœ¨ [vscode-powershell #2919](https://github.com/PowerShell/vscode-powershell/pull/2919) - + Untitled Notebooks and Automatic Notebooks. +- πŸ“Ίβœ¨ [vscode-powershell #2935](https://github.com/PowerShell/vscode-powershell/pull/2935) - + Add ISE theme settings borders. (Thanks @CalistusK!) +- πŸ‘·βœ¨ [vscode-powershell #2922](https://github.com/PowerShell/vscode-powershell/pull/2922) - + Add editorconfig to recommended extensions for the local build. (Thanks @xtqqczze!) +- πŸ‘·βœ¨ [vscode-powershell #2889](https://github.com/PowerShell/vscode-powershell/pull/2889) - + Use spaces instead of tabs for consistency. (Thanks @xtqqczze!) +- πŸ‘·βœ¨ [vscode-powershell #2884](https://github.com/PowerShell/vscode-powershell/pull/2884) - + Update copyright header in *.ps1, *.psm1 files. (Thanks @xtqqczze!) +- πŸ’πŸ› [vscode-powershell #2888](https://github.com/PowerShell/vscode-powershell/pull/2888) - + Fixed crash when running pester older than 3.4.5. (Thanks @EmmanuelPineiro!) +- πŸ‘·βœ¨ [vscode-powershell #2881](https://github.com/PowerShell/vscode-powershell/pull/2881) - + Remove UTF-8 BOM from misc text files. (Thanks @xtqqczze!) +- πŸ‘·βœ¨ [vscode-powershell #2876](https://github.com/PowerShell/vscode-powershell/pull/2876) - + Update text in LICENSE.txt. (Thanks @xtqqczze!) +- πŸ“Ίβœ¨ [vscode-powershell #2861](https://github.com/PowerShell/vscode-powershell/pull/2861) - + Update LSP Client to use new Semantic Highlighting APIs. (Thanks @justinytchen!) +- πŸ‘·βœ¨ [vscode-powershell #2871](https://github.com/PowerShell/vscode-powershell/pull/2871) - + Prevent `Update Notebook dts` action from triggering on forked repositories. (Thanks @corbob!) +- πŸ”§πŸ› [vscode-powershell #2863](https://github.com/PowerShell/vscode-powershell/pull/2863) - + Fix migration of `codeFormatting.addWhitespaceAroundPipe` setting. +- πŸ“ΊπŸ› [vscode-powershell #2845](https://github.com/PowerShell/vscode-powershell/pull/2848) - + Handle block comments with text on the same line as <# #> in Notebook Mode. +- ✨ [vscode-powershell #2855](https://github.com/PowerShell/vscode-powershell/pull/2855) - + Expose the API via exports instead of editor commands. +- πŸ“Ίβœ¨ [vscode-powershell #2844](https://github.com/PowerShell/vscode-powershell/pull/2844) - + Use property scope in the PowerShell ISE theme for better Semantic Highlighting. + +#### [PowerShellEditorServices](https://github.com/PowerShell/PowerShellEditorServices) + +- 🧠✨ [vscode-powershell #2898](https://github.com/PowerShell/PowerShellEditorServices/pull/1352) - + Type and Namespace completions now have tooltips. (Thanks @AspenForester!) +- πŸ›«πŸ› [vscode-powershell #2719](https://github.com/PowerShell/PowerShellEditorServices/pull/1349) - + Fix startup assembly version loading issue in PowerShell 6 and up. +- πŸ”—πŸ› [vscode-powershell #2810](https://github.com/PowerShell/PowerShellEditorServices/pull/1348) - + Fix reference number on Windows due to directory separator difference on Windows. +- πŸ“Ίβœ¨ [PowerShellEditorServices #1343](https://github.com/PowerShell/PowerShellEditorServices/pull/1343) - + Updated Semantic Handler to work with new LSP APIs. (Thanks @justinytchen!) +- πŸ“Ίβœ¨ [PowerShellEditorServices #1337](https://github.com/PowerShell/PowerShellEditorServices/pull/1337) - + Treat `Member`s as `Properties` in Semantic Highlighting for better accuracy. + ## v2020.7.0-preview ### Thursday, July 30, 2020 #### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell) diff --git a/package.json b/package.json index e9b7ded98d..a944c967c3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "powershell-preview", "displayName": "PowerShell Preview", - "version": "2020.7.0", + "version": "2020.9.0", "preview": true, "publisher": "ms-vscode", "description": "(Preview) Develop PowerShell scripts in Visual Studio Code!", From 850c6077a83a233d631d31bcb40b37f74b800ac0 Mon Sep 17 00:00:00 2001 From: Tyler James Leonhardt Date: Tue, 15 Sep 2020 17:36:37 -0700 Subject: [PATCH 2/4] Update CHANGELOG.md Co-authored-by: Robert Holt --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d530d976f..8f034de88a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ - πŸ“ΊπŸ› [vscode-powershell #2845](https://github.com/PowerShell/vscode-powershell/pull/2848) - Handle block comments with text on the same line as <# #> in Notebook Mode. - ✨ [vscode-powershell #2855](https://github.com/PowerShell/vscode-powershell/pull/2855) - - Expose the API via exports instead of editor commands. + Expose the extension integration API via exports instead of editor commands. - πŸ“Ίβœ¨ [vscode-powershell #2844](https://github.com/PowerShell/vscode-powershell/pull/2844) - Use property scope in the PowerShell ISE theme for better Semantic Highlighting. From 5bd9940c0968e8343f4dc857b81db90a09e2c94c Mon Sep 17 00:00:00 2001 From: Tyler James Leonhardt Date: Tue, 15 Sep 2020 17:37:02 -0700 Subject: [PATCH 3/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f034de88a..346b5578bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ - πŸ‘·βœ¨ [vscode-powershell #2871](https://github.com/PowerShell/vscode-powershell/pull/2871) - Prevent `Update Notebook dts` action from triggering on forked repositories. (Thanks @corbob!) - πŸ”§πŸ› [vscode-powershell #2863](https://github.com/PowerShell/vscode-powershell/pull/2863) - - Fix migration of `codeFormatting.addWhitespaceAroundPipe` setting. + Fix migration of `codeFormatting.addWhitespaceAroundPipe` setting when it doesn't already exist. - πŸ“ΊπŸ› [vscode-powershell #2845](https://github.com/PowerShell/vscode-powershell/pull/2848) - Handle block comments with text on the same line as <# #> in Notebook Mode. - ✨ [vscode-powershell #2855](https://github.com/PowerShell/vscode-powershell/pull/2855) - From 31719eceff549c48d08c6683648764803c5a71c9 Mon Sep 17 00:00:00 2001 From: Tyler James Leonhardt Date: Tue, 15 Sep 2020 17:37:53 -0700 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 346b5578bc..25eb4693ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ #### [vscode-PowerShell](https://github.com/PowerShell/vscode-PowerShell) - πŸ“Ίβœ¨ [vscode-powershell #2919](https://github.com/PowerShell/vscode-powershell/pull/2919) - - Untitled Notebooks and Automatic Notebooks. + Create new Untitled Notebooks and support for Automatic Notebooks (`*.Notebook.ps1`). - πŸ“Ίβœ¨ [vscode-powershell #2935](https://github.com/PowerShell/vscode-powershell/pull/2935) - Add ISE theme settings borders. (Thanks @CalistusK!) - πŸ‘·βœ¨ [vscode-powershell #2922](https://github.com/PowerShell/vscode-powershell/pull/2922) -