jbcarpanelli / spinnies

Node.js module to create and manage multiple spinners in command-line interface programs
MIT License
150 stars 34 forks source link

Use dots animation in certain Windows shells that support it #12

Closed MLoughry closed 5 years ago

MLoughry commented 5 years ago

Both the inegrated terminal in VSCode, as well as the new Windows Terminal (currently in preview) support the Unicode characters used in the dots animation.

This change refactors the platform check to a separate function, and checks environment variables set by VSCode ( Microsoft/vscode#29426 ) and Windows Terminal ( Microsoft/Terminal#1040 )

jbcarpanelli commented 5 years ago

I've just pushed a minor fix to your branch. To master it goes! thanks again for contributing! :ship: :rocket: