Skip to content

Commit

Permalink
Chore: Add node-pty
Browse files Browse the repository at this point in the history
node-pty will be used to provider a better interactive terminal.
It's required to have colors and progress bars from bitbake.
Explanation: microsoft/vscode#155444 (comment)

However, VSCode uses electron which has it's own npm
NODE_MODULE_VERSION. I had to use `@electron/rebuild` to match the
version. I wonder if it would break when VSCode updates electron.

There are discussions which failed to provide other workarounds
(we don't use webpack yet):
 - microsoft/node-pty#582
 - microsoft/vscode#658

The format of the files and package-lock.json where updated by npm
install.
  • Loading branch information
deribaucourt committed Feb 19, 2024
1 parent ade44ae commit b4d7717
Show file tree
Hide file tree
Showing 3 changed files with 1,766 additions and 42 deletions.
Loading

0 comments on commit b4d7717

Please sign in to comment.