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 21, 2024
1 parent 0ded02a commit 031b220
Show file tree
Hide file tree
Showing 4 changed files with 1,822 additions and 43 deletions.
Loading

0 comments on commit 031b220

Please sign in to comment.