From 49489575bb53e40fe98e4bc79beb531ca254c690 Mon Sep 17 00:00:00 2001 From: Peter Squicciarini Date: Sun, 30 Jun 2019 12:51:58 -0700 Subject: [PATCH] Update README.md Make it clear that VSCodium build process downloads files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa41166..a9ec897 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ This repo exists so that you don't have to download+build from source. The build If you want to build from source yourself, head over to [Microsoft's vscode repo](https://github.com/Microsoft/vscode) and follow their [instructions](https://github.com/Microsoft/vscode/wiki/How-to-Contribute#build-and-run). This repo exists to make it easier to get the latest version of MIT-licensed VSCode. -Microsoft's build process does download additional files. This was brought up in [Microsoft/vscode#49159](https://github.com/Microsoft/vscode/issues/49159) and [Microsoft/vscode#45978](https://github.com/Microsoft/vscode/issues/45978). These are the packages downloaded during build: +Microsoft's build process (which we are running to build the binaries) does download additional files. This was brought up in [Microsoft/vscode#49159](https://github.com/Microsoft/vscode/issues/49159) and [Microsoft/vscode#45978](https://github.com/Microsoft/vscode/issues/45978). These are the packages downloaded during build: - Extensions from the Microsoft Marketplace: - ms-vscode.node-debug2