Add missing bootstrap-node.js to final build

Fixes #1884.
This commit is contained in:
Asher 2020-07-21 11:31:27 -05:00
parent 19d14d2414
commit 81d25dd048
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
1 changed files with 3 additions and 2 deletions

View File

@ -144,10 +144,10 @@ index cb88d37ade..6b3253af0a 100644
const cp = require('child_process');
diff --git a/coder.js b/coder.js
new file mode 100644
index 0000000000..ce7d4f175f
index 0000000000..88b720ceee
--- /dev/null
+++ b/coder.js
@@ -0,0 +1,68 @@
@@ -0,0 +1,69 @@
+// This must be ran from VS Code's root.
+const gulp = require("gulp");
+const path = require("path");
@ -176,6 +176,7 @@ index 0000000000..ce7d4f175f
+ "out-build/bootstrap.js",
+ "out-build/bootstrap-fork.js",
+ "out-build/bootstrap-amd.js",
+ 'out-build/bootstrap-node.js',
+ "out-build/paths.js",
+ 'out-build/vs/**/*.{svg,png,html,ttf}',
+ "!out-build/vs/code/browser/workbench/*.html",