Thanks to visit codestin.com
Credit goes to github.com

Skip to content

blink in vscode integratedTerminal #221

@WakerCN

Description

@WakerCN

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
blink

when I open the windows terminal to lauch spinner.js, it behave normally, will not blink,like this
blink2

so how can i make it not to blink in vscode integratedTerminal ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions