mirror of
https://github.com/cdr/code-server.git
synced 2025-12-07 08:52:16 +01:00
docs(patches): update testing info for node-version
This commit is contained in:
parent
013934dcb5
commit
b6a3f9a533
1 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
===================================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue