But no AI generated image this time.
The problem seems to be with Electron which is the technology that drives VS Code.
Normally I use code or code . when I’ve opened a terminal and done a cd to the folder containing the project.
What fiuxes the VS Code crash with Error 5 is adding this on the end of the command
--js-flags="--nodecommit_pooled_pages"
so use either of these.
code --js-flags="--nodecommit_pooled_pages" orĀ code . --js-flags="--nodecommit_pooled_pages"
I’ve tested it with my Pi 4 and it has been rock solid. The bug report and the fix are here on GitHub.
(Visited 422 times, 1 visits today)