500 mod.loadCodeWithNls is not a function (Have you applied the patches? If so, VS Code may still be compiling) #7392
-
node:v22.15.1 run quilt push -a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
It looks like the patches failed to apply. Did you clone the submodule before patching? |
Beta Was this translation helpful? Give feedback.
Oh apparently users have ran into this before: #5770 (comment)
Looks like the issue is with
patch
on macOS. Apparently you can install a working version withbrew install gpatch
and then restarting your terminal.