• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..24-Nov-2021-

.gitattributesH A D24-Nov-202140 21

README.mdH A D24-Nov-2021772 1512

init.shH A D24-Nov-20218.5 KiB376354

README.md

1Configuration for VS Code
2=========================
3
4[VS Code](https://code.visualstudio.com/) is a lightweight but powerful source
5code 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,
9it has [support for C/C++ via an extension](https://github.com/Microsoft/vscode-cpptools).
10
11To 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`,
14so run the script in a Git SDK shell if you are using Windows.
15