Skip to content

Commit 37796bc

Browse files
authored
Merge pull request #3317 from dscho/open-in-vs-code
README: add an "Open in VS Code" badge
2 parents 3d45ac8 + 89c470c commit 37796bc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Git for Windows
22
===============
33

4-
[![Build status](https://github.com/git-for-windows/git/workflows/CI/PR/badge.svg)](https://github.com/git-for-windows/git/actions?query=branch%3Amaster+event%3Apush)
4+
[![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/git-for-windows/git)
5+
[![Build status](https://github.com/git-for-windows/git/workflows/CI/PR/badge.svg)](https://github.com/git-for-windows/git/actions?query=branch%3Amain+event%3Apush)
56
[![Join the chat at https://gitter.im/git-for-windows/git](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/git-for-windows/git?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
67

78
This is [Git for Windows](http://git-for-windows.github.io/), the Windows port
@@ -36,7 +37,7 @@ To verify that your build works, use one of the following methods:
3637
`Build>Install git` (you will want to click on `Project>CMake Settings for
3738
Git` first, then click on `Edit JSON` and then point `installRoot` to the
3839
`mingw64` directory of an already-unpacked portable Git).
39-
40+
4041
As in the previous bullet point, you will then prepend `/cmd` to the `PATH`
4142
or run using the portable Git's `git-bash.exe` or `git-cmd.exe`.
4243
- If you want to run the built executables in-place, but in a CMD instead of

0 commit comments

Comments
 (0)