Merge branch 'ds/coverage-prove'
[git.git] / contrib / vscode / README.md
blob8202d62035f98e38d3326dabf6d7f94364f3d842
1 Configuration for VS Code
2 =========================
4 [VS Code](https://code.visualstudio.com/) is a lightweight but powerful source
5 code editor which runs on your desktop and is available for
6 [Windows](https://code.visualstudio.com/docs/setup/windows),
7 [macOS](https://code.visualstudio.com/docs/setup/mac) and
8 [Linux](https://code.visualstudio.com/docs/setup/linux). Among other languages,
9 it has [support for C/C++ via an extension](https://github.com/Microsoft/vscode-cpptools).
11 To start developing Git with VS Code, simply run the Unix shell script called
12 `init.sh` in this directory, which creates the configuration files in
13 `.vscode/` that VS Code consumes. `init.sh` needs access to `make` and `gcc`,
14 so run the script in a Git SDK shell if you are using Windows.