|
1 | 1 | # PowerShell Language Support for Visual Studio Code
|
2 | 2 |
|
3 | 3 | [](https://dev.azure.com/powershell/vscode-powershell/_build/latest?definitionId=51&branchName=master)
|
4 |
| -[](https://app.codacy.com/app/TylerLeonhardt/vscode-powershell?utm_source=github.com&utm_medium=referral&utm_content=PowerShell/vscode-powershell&utm_campaign=Badge_Grade_Dashboard) |
5 |
| -[](https://dependabot.com) |
6 | 4 | [](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell)
|
7 | 5 | [](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell)
|
8 | 6 | [](https://aka.ms/psdiscord)
|
9 | 7 | [](https://gitter.im/PowerShell/vscode-powershell?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
10 | 8 |
|
11 | 9 | This extension provides rich PowerShell language support for [Visual Studio Code](https://github.com/Microsoft/vscode).
|
12 | 10 | Now you can write and debug PowerShell scripts using the excellent IDE-like interface
|
13 |
| -that Visual Studio Code provides. |
| 11 | +that Visual Studio Code provides. |
14 | 12 |
|
15 | 13 | This extension is powered by the PowerShell language server,
|
16 | 14 | [PowerShell Editor Services](https://github.com/PowerShell/PowerShellEditorServices).
|
@@ -87,7 +85,8 @@ If you experience any problems with the PowerShell Extension, see
|
87 | 85 | [the troubleshooting docs](./docs/troubleshooting.md) for information
|
88 | 86 | on diagnosing and reporting issues.
|
89 | 87 |
|
90 |
| -#### Security Note |
| 88 | +### Security Note |
| 89 | + |
91 | 90 | For any security issues, please see [here](./docs/troubleshooting.md#note-on-security).
|
92 | 91 |
|
93 | 92 | ## Example Scripts
|
|
0 commit comments