From 60f4f47a8ee6d9495f5d69c7a1082905ae378bde Mon Sep 17 00:00:00 2001 From: Derrick Stolee Date: Thu, 17 May 2018 11:47:38 -0400 Subject: [PATCH] contrib/vscode: update README.md The init.sh script in contrib/vscode requires access to GCC. Add an instruction to run the script from an SDK window. Signed-off-by: Derrick Stolee --- contrib/vscode/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/vscode/README.md b/contrib/vscode/README.md index 63573bb054a081..8202d62035f98e 100644 --- a/contrib/vscode/README.md +++ b/contrib/vscode/README.md @@ -10,4 +10,5 @@ it has [support for C/C++ via an extension](https://github.com/Microsoft/vscode- To start developing Git with VS Code, simply run the Unix shell script called `init.sh` in this directory, which creates the configuration files in -`.vscode/` that VS Code consumes. \ No newline at end of file +`.vscode/` that VS Code consumes. `init.sh` needs access to `make` and `gcc`, +so run the script in a Git SDK shell if you are using Windows.