Merged
Show file tree
Hide file tree
Changes from all commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Failed to load files.
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
# PowerShell Language Support for Visual Studio Code
# PowerShell for Visual Studio Code

[![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)
[![Version](https://vsmarketplacebadge.apphb.com/version/ms-vscode.PowerShell.svg)](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell)
[![Installs](https://vsmarketplacebadge.apphb.com/installs-short/ms-vscode.PowerShell.svg)](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell)
[![Discord](https://img.shields.io/discord/180528040881815552.svg?label=%23vscode&logo=discord&logoColor=white)](https://aka.ms/powershell-vscode-discord)
[![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)
[![Join the chat on Discord](https://img.shields.io/discord/180528040881815552.svg?label=%23vscode&logo=discord&logoColor=white)](https://aka.ms/powershell-vscode-discord)
[![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)

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

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

## Platform Support

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

- **Windows Server 2022** with Windows PowerShell 5.1 and PowerShell Core 7.2.5
- **Windows Server 2019** with Windows PowerShell 5.1 and PowerShell Core 7.2.5
- **macOS 11** with PowerShell Core 7.2.5
- **Ubuntu 20.04** with PowerShell Core 7.2.5
- **Windows Server 2022** with Windows PowerShell 5.1 and PowerShell Core 7.2.7
- **Windows Server 2019** with Windows PowerShell 5.1 and PowerShell Core 7.2.7
- **macOS 11** with PowerShell Core 7.2.7
- **Ubuntu 20.04** with PowerShell Core 7.2.7

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

Expand Down
Loading