antfu / vscode-vite

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

https setting does not seem to do anything #2

Closed mika76 closed 3 years ago

mika76 commented 3 years ago

The notification says https:// but the terminal says http. https://localhost:4000/ does not work.

antfu commented 3 years ago

You have to setup https in your vite.config.js to make it work. This option is only for firing up your app using https:// .

mika76 commented 3 years ago

Ah I see - thanks :smile: - maybe a note in the docs would be helpful.