We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013934d commit b6a3f9aCopy full SHA for b6a3f9a
patches/node-version.diff
@@ -4,8 +4,12 @@ Previously it would use the yarnrc which results in builds that cannot run with
4
the version of Node they were built with because the native modules are
5
targeting the wrong version.
6
7
-One way test this is to build in a fresh Docker container, run the build, then
8
-try opening the built-in terminal.
+To test this:
+
9
+1. build fresh Coder workspace
10
+2. clone code-server
11
+3. `yarn watch`
12
+4. test built-in terminal
13
14
Index: code-server/lib/vscode/build/gulpfile.reh.js
15
===================================================================
0 commit comments