Johannes Schindelin | 54c06c6 | 2018-07-30 08:42:46 -0700 | [diff] [blame] | 1 | Configuration for VS Code |
| 2 | ========================= |
| 3 | |
| 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). |
| 10 | |
| 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. |