Hi, Thanks for working on this. Johannes Schindelin via GitGitGadget wrote: > From: Johannes Schindelin <johannes.schindelin@xxxxxx> > > VS Code is a lightweight but powerful source code editor which runs on > your desktop and is available for Windows, macOS and Linux. Among other > languages, it has support for C/C++ via an extension. This doesn't really seem relevant to the change. The relevant bits are that (1) VS Code is a popular source code editor, and that (2) it's one worth recommending to newcomers. > To start developing Git with VS Code, simply run the Unix shell script > contrib/vscode/init.sh, which creates the configuration files in > .vscode/ that VS Code consumes. > > Signed-off-by: Johannes Schindelin <johannes.schindelin@xxxxxx> This doesn't tell me what the patch will actually do. VSCode is an editor. Is the idea that this will help configure the editor to do the right thing with whitespace or something? Or does it configure IDE features to build git? Thanks, Jonathan