You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought the same, I too use the terminal as default. Since it was the default setting for a long time, those users using output window as default will get confused. I'll consider this on next release.
The cons of setting "yarn.runInTerminal": true is launching the command Yarn: Terminate Running Yarn Script produces Killing is only supported when the setting "runInTerminal" is "false". So as I understand, if some command produces an ANSI output then it is better to execute it via Terminal (which displays ANSI codes correctly and allows to simply terminate the command) than the vscode-yarn extension. Am I right?
I think it is good idea to have yarn.runInTerminal set to true by default like npm.runInTerminal does.
( https://marketplace.visualstudio.com/items?itemName=eg2.vscode-npm-script )
The text was updated successfully, but these errors were encountered: