Skip to content

Commit dc8dee0

Browse files
committed
Add all the badges!
1 parent 5d37594 commit dc8dee0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
PHP Debug adapter for Visual Studio Code
22
========================================
33

4+
[![Latest Release](https://img.shields.io/github/release/felixfbecker/vscode-php-debug.svg)](https://github.com/felixfbecker/vscode-php-debug/releases/latest)
5+
![Dependencies](https://img.shields.io/david/felixfbecker/vscode-php-debug.svg)
6+
[![Gitter](https://badges.gitter.im/felixfbecker/vscode-php-debug.svg)](https://gitter.im/felixfbecker/vscode-php-debug?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
7+
48
![Demo GIF](images/demo.gif)
59

610
How to install
@@ -88,4 +92,3 @@ VS Code will open an "Extension Development Host" with the debug adapter running
8892
uncomment the `debugServer` configuration line. Hit `F5` to start a debugging session.
8993
Now, you can debug the testproject like specified above and set breakpoints inside your first VS Code instance to step through the adapter code.
9094

91-
[![Gitter](https://badges.gitter.im/felixfbecker/vscode-php-debug.svg)](https://gitter.im/felixfbecker/vscode-php-debug?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

0 commit comments

Comments
 (0)