From 9c8d4b367dadb4a4b007285a737233b8ee3cdf86 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Sun, 23 Oct 2022 15:59:19 +0200 Subject: [PATCH] doc: update downloaded files (#1300) --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 488a62d..2a79de4 100644 --- a/README.md +++ b/README.md @@ -117,13 +117,12 @@ 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 VS Code. -Microsoft's build process (which we are running to build the binaries) does download additional files. This was brought up in [Microsoft/vscode#141340](https://github.com/Microsoft/vscode/issues/141340) 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. Those packages downloaded during build are: -- Extensions from the Microsoft Marketplace: - - [ms-vscode.references-view](https://marketplace.visualstudio.com/items?itemName=ms-vscode.references-view) - - [ms-vscode.js-debug-companion](https://marketplace.visualstudio.com/items?itemName=ms-vscode.js-debug-companion) - - [ms-vscode.js-debug](https://marketplace.visualstudio.com/items?itemName=ms-vscode.js-debug) - - [ms-vscode.vscode-js-profile-table](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-js-profile-table) +- Pre-built extensions from the GitHub: + - [ms-vscode.js-debug-companion](https://github.com/microsoft/vscode-js-debug-companion) + - [ms-vscode.js-debug](https://github.com/microsoft/vscode-js-debug) + - [ms-vscode.vscode-js-profile-table](https://github.com/microsoft/vscode-js-profile-visualizer) - From [Electron releases](https://github.com/electron/electron/releases) (using [gulp-atom-electron](https://github.com/joaomoreno/gulp-atom-electron)) - electron - ffmpeg