code: spinner.js
const ora = require('ora');
const spinners = require('cli-spinners');
const spinner = ora({
text: 'loading ...'
});
spinner.spinner = spinners.timeTravel;
spinner.start();
when I lauch spinner.js
in vscode integratedTerminal
the text will blink like this
when I open the windows terminal
to lauch spinner.js
, it behave normally, will not blink,like this
so how can i make it not to blink in vscode integratedTerminal
?
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too