Skip to content

Commit 58de860

Browse files
Remove deprecated badges (#3325)
Also change 'assignee' to 'reviewer' and add Rob.
1 parent db40d97 commit 58de860

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ updates:
66
interval: daily
77
time: "05:00"
88
timezone: America/Los_Angeles
9-
assignees:
9+
reviewers:
1010
- "andschwa"
11+
- "rjmholt"

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
# PowerShell Language Support for Visual Studio Code
22

33
[![Build Status](https://dev.azure.com/powershell/vscode-powershell/_apis/build/status/PowerShell.vscode-powershell?branchName=master)](https://dev.azure.com/powershell/vscode-powershell/_build/latest?definitionId=51&branchName=master)
4-
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/df06b9909e7442cebc1132bda0b8c0e3)](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-
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=PowerShell/vscode-powershell)](https://dependabot.com)
64
[![Version](https://vsmarketplacebadge.apphb.com/version/ms-vscode.PowerShell.svg)](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell)
75
[![Installs](https://vsmarketplacebadge.apphb.com/installs-short/ms-vscode.PowerShell.svg)](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell)
86
[![Discord](https://img.shields.io/discord/180528040881815552.svg?label=%23vscode&logo=discord&logoColor=white)](https://aka.ms/psdiscord)
97
[![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)
108

119
This extension provides rich PowerShell language support for [Visual Studio Code](https://github.com/Microsoft/vscode).
1210
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.
1412

1513
This extension is powered by the PowerShell language server,
1614
[PowerShell Editor Services](https://github.com/PowerShell/PowerShellEditorServices).
@@ -87,7 +85,8 @@ If you experience any problems with the PowerShell Extension, see
8785
[the troubleshooting docs](./docs/troubleshooting.md) for information
8886
on diagnosing and reporting issues.
8987

90-
#### Security Note
88+
### Security Note
89+
9190
For any security issues, please see [here](./docs/troubleshooting.md#note-on-security).
9291

9392
## Example Scripts

0 commit comments

Comments
 (0)