SamVerschueren / vscode-yo

Yeoman plugin for VS Code
MIT License
88 stars 15 forks source link

Cannot see npm install progress #52

Closed chakkaradeep closed 1 year ago

chakkaradeep commented 7 years ago

When I use within VS Code, the extension works but it does not show the npm install progress that happens. Is this a known issue? I tested this with multiple generators and got the same.

Thanks!

SamVerschueren commented 7 years ago

You should see a spinner in the bottom left corner. Or do you mean textual output?

chakkaradeep commented 7 years ago

I meant textual output like how you would get in a console/terminal with the npm progress bar.

SamVerschueren commented 7 years ago

I will have to check. But the issue with the npm progress bar is that it uses ANSI escape codes to update the progress. The output channels in VS Code don't support these so I think it won't look nice if I'm able to forward to output to the channel. Not sure about this though because I forward everything from console.log to that screen...