From b6a3f9a533b97ff2905d769103833a03f102ffec Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 28 Apr 2022 09:51:51 -0700 Subject: [PATCH] docs(patches): update testing info for node-version --- patches/node-version.diff | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/patches/node-version.diff b/patches/node-version.diff index f811d64db..2779356ba 100644 --- a/patches/node-version.diff +++ b/patches/node-version.diff @@ -4,8 +4,12 @@ Previously it would use the yarnrc which results in builds that cannot run with the version of Node they were built with because the native modules are targeting the wrong version. -One way test this is to build in a fresh Docker container, run the build, then -try opening the built-in terminal. +To test this: + +1. build fresh Coder workspace +2. clone code-server +3. `yarn watch` +4. test built-in terminal Index: code-server/lib/vscode/build/gulpfile.reh.js ===================================================================