Skip to content

Commit cac5a9d

Browse files
Merge pull request #4320 from PowerShell/andschwa/manifest-update
Enhance (and correct) our settings' descriptions using markdown
2 parents 5c0d28e + d8e8ee2 commit cac5a9d

File tree

3 files changed

+147
-101
lines changed

3 files changed

+147
-101
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# PowerShell Language Support for Visual Studio Code
1+
# PowerShell for Visual Studio Code
22

33
[![Build Status](https://dev.azure.com/powershell/vscode-powershell/_apis/build/status/PowerShell.vscode-powershell?branchName=main)](https://dev.azure.com/powershell/vscode-powershell/_build/latest?definitionId=51&branchName=main)
44
[![Version](https://vsmarketplacebadge.apphb.com/version/ms-vscode.PowerShell.svg)](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell)
55
[![Installs](https://vsmarketplacebadge.apphb.com/installs-short/ms-vscode.PowerShell.svg)](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell)
6-
[![Discord](https://img.shields.io/discord/180528040881815552.svg?label=%23vscode&logo=discord&logoColor=white)](https://aka.ms/powershell-vscode-discord)
7-
[![Join the chat at https://gitter.im/PowerShell/vscode-powershell](https://badges.gitter.im/PowerShell/vscode-powershell.svg)](https://gitter.im/PowerShell/vscode-powershell?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
6+
[![Join the chat on Discord](https://img.shields.io/discord/180528040881815552.svg?label=%23vscode&logo=discord&logoColor=white)](https://aka.ms/powershell-vscode-discord)
7+
[![Join the chat on Gitter](https://badges.gitter.im/PowerShell/vscode-powershell.svg)](https://gitter.im/PowerShell/vscode-powershell?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
88

99
This extension provides rich PowerShell language support for [Visual Studio Code](https://github.com/Microsoft/vscode) (VS Code).
1010
Now you can write and debug PowerShell scripts using the excellent IDE-like interface
11-
that Visual Studio Code provides.
11+
that VS Code provides.
1212

1313
This extension is powered by the PowerShell language server,
1414
[PowerShell Editor Services](https://github.com/PowerShell/PowerShellEditorServices).
@@ -23,15 +23,15 @@ select "PowerShell ISE" for a fun and familiar experience.
2323

2424
## Platform Support
2525

26-
The extension _should_ work anywhere VS Code itself and PowerShell Core 7 or higher is
26+
The extension _should_ work anywhere VS Code itself and PowerShell Core 7.2 or higher is
2727
[supported][]. For Windows PowerShell, only version 5.1 is supported. Please note that
2828
PowerShell Core 6 is end-of-life and so not supported. Our test matrix includes the
2929
following:
3030

31-
- **Windows Server 2022** with Windows PowerShell 5.1 and PowerShell Core 7.2.5
32-
- **Windows Server 2019** with Windows PowerShell 5.1 and PowerShell Core 7.2.5
33-
- **macOS 11** with PowerShell Core 7.2.5
34-
- **Ubuntu 20.04** with PowerShell Core 7.2.5
31+
- **Windows Server 2022** with Windows PowerShell 5.1 and PowerShell Core 7.2.7
32+
- **Windows Server 2019** with Windows PowerShell 5.1 and PowerShell Core 7.2.7
33+
- **macOS 11** with PowerShell Core 7.2.7
34+
- **Ubuntu 20.04** with PowerShell Core 7.2.7
3535

3636
[supported]: https://docs.microsoft.com/en-us/powershell/scripting/powershell-support-lifecycle
3737

docs/azure_data_studio/README_FOR_MARKETPLACE.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# PowerShell Language Support for Azure Data Studio
1+
# PowerShell for Azure Data Studio
22

33
[![Build Status](https://dev.azure.com/powershell/vscode-powershell/_apis/build/status/PowerShell.vscode-powershell?branchName=main)](https://dev.azure.com/powershell/vscode-powershell/_build/latest?definitionId=51&branchName=main)
44
[![Version](https://vsmarketplacebadge.apphb.com/version/ms-vscode.PowerShell.svg)](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell)
55
[![Installs](https://vsmarketplacebadge.apphb.com/installs-short/ms-vscode.PowerShell.svg)](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell)
6-
[![Discord](https://img.shields.io/discord/180528040881815552.svg?label=%23vscode&logo=discord&logoColor=white)](https://aka.ms/powershell-vscode-discord)
7-
[![Join the chat at https://gitter.im/PowerShell/vscode-powershell](https://badges.gitter.im/PowerShell/vscode-powershell.svg)](https://gitter.im/PowerShell/vscode-powershell?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
6+
[![Join the chat on Discord](https://img.shields.io/discord/180528040881815552.svg?label=%23vscode&logo=discord&logoColor=white)](https://aka.ms/powershell-vscode-discord)
7+
[![Join the chat on Gitter](https://badges.gitter.im/PowerShell/vscode-powershell.svg)](https://gitter.im/PowerShell/vscode-powershell?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
88

99
This extension provides rich PowerShell language support for [Azure Data Studio](https://github.com/Microsoft/azuredatastudio) (ADS).
1010
Now you can write and run PowerShell scripts using the excellent IDE-like interface
11-
that Azure Data Studio provides.
11+
that ADS provides.
1212

1313
This extension is powered by the PowerShell language server,
1414
[PowerShell Editor Services](https://github.com/PowerShell/PowerShellEditorServices).
@@ -23,14 +23,15 @@ select "PowerShell ISE" for a fun and familiar experience.
2323

2424
## Platform Support
2525

26-
The extension _should_ work anywhere ADS itself and PowerShell Core 7 or higher is
26+
The extension _should_ work anywhere ADS itself and PowerShell Core 7.2 or higher is
2727
[supported][]. For Windows PowerShell, only version 5.1 is supported. Please note that
2828
PowerShell Core 6 is end-of-life and so not supported. Our test matrix includes the
2929
following:
3030

31-
- **Windows Server 2019** with Windows PowerShell 5.1 and PowerShell Core 7.2.4
32-
- **macOS 10.15** with PowerShell Core 7.2.5
33-
- **Ubuntu 20.04** with PowerShell Core 7.2.4
31+
- **Windows Server 2022** with Windows PowerShell 5.1 and PowerShell Core 7.2.7
32+
- **Windows Server 2019** with Windows PowerShell 5.1 and PowerShell Core 7.2.7
33+
- **macOS 11** with PowerShell Core 7.2.7
34+
- **Ubuntu 20.04** with PowerShell Core 7.2.7
3435

3536
[supported]: https://docs.microsoft.com/en-us/powershell/scripting/powershell-support-lifecycle?view=powershell-7.1#supported-platforms
3637

0 commit comments

Comments
 (0)