doug

Results 10 comments of doug

@spencermountain Thanks for your great work. I'll keep an eye out for it.

I just finished my implementation that builds a list of terms that compose the matches and compares them to remove duplicates.

[Quasar](https://quasar.dev/)

Created a pull request: https://github.com/fabiospampinato/vscode-todo-plus/pull/220

I looked into this deeper. The default reporter [renders every 200ms](https://github.com/vitest-dev/vitest/blob/3199dc7d689a58033336bdd99075c0833d39aa81/packages/vitest/src/node/reporters/renderers/listRenderer.ts#L107) and uses [Sindre Sorhaus's log-update](https://github.com/sindresorhus/log-update), which wipes the local console output when it renders.

`log-update` actually has a system where if the output doesn't change, then it doesn't re-render. So if we disable the loading spinner, then output is consistent, and therefore user prompts...

So if we were to set [this](https://github.com/vitest-dev/vitest/blob/3199dc7d689a58033336bdd99075c0833d39aa81/packages/vitest/src/node/reporters/renderers/utils.ts#L127) and [this](https://github.com/vitest-dev/vitest/blob/3199dc7d689a58033336bdd99075c0833d39aa81/packages/vitest/src/node/reporters/renderers/utils.ts#L157=) spinner to a static symbol, perhaps `⟳`, then we could allow users to have input with the CLI using the Default...

It'd be great to combine the syntax highlighting for both filetypes.

will this ship for both v5 and v6?