antfu / vscode-vite

One step faster for Vite in VS Code ⚡️
https://marketplace.visualstudio.com/items?itemName=antfu.vite
449 stars 25 forks source link

Use tasks instead of terminals for the vite process #16

Open skyrpex opened 2 years ago

skyrpex commented 2 years ago

Is there a specific reason for vscode-vite to use a terminal instead of a task? It seems more reasonable to me to use a task, pretty much like other extensions do (ie, prettier, docker, windicss intellisense, etc).

It's a bit confusing to me to see a new terminal process invoked by the extension, specially if I'm able to manually control it.

I could help with a MR if you were willing to change it.

Thanks!