Skip to content

Commit 81d25dd

Browse files
committed
Add missing bootstrap-node.js to final build
Fixes #1884.
1 parent 19d14d2 commit 81d25dd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ci/dev/vscode.patch

+3-2
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@ index cb88d37ade..6b3253af0a 100644
144144
const cp = require('child_process');
145145
diff --git a/coder.js b/coder.js
146146
new file mode 100644
147-
index 0000000000..ce7d4f175f
147+
index 0000000000..88b720ceee
148148
--- /dev/null
149149
+++ b/coder.js
150-
@@ -0,0 +1,68 @@
150+
@@ -0,0 +1,69 @@
151151
+// This must be ran from VS Code's root.
152152
+const gulp = require("gulp");
153153
+const path = require("path");
@@ -176,6 +176,7 @@ index 0000000000..ce7d4f175f
176176
+ "out-build/bootstrap.js",
177177
+ "out-build/bootstrap-fork.js",
178178
+ "out-build/bootstrap-amd.js",
179+
+ 'out-build/bootstrap-node.js',
179180
+ "out-build/paths.js",
180181
+ 'out-build/vs/**/*.{svg,png,html,ttf}',
181182
+ "!out-build/vs/code/browser/workbench/*.html",

0 commit comments

Comments
 (0)