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

Disable embedded browser. #22

Open TradeIdeasPhilip opened 2 years ago

TradeIdeasPhilip commented 2 years ago

Describe the bug When I open Vite project in VS code it opens an embedded browser. That browser doesn't work well for me. I'd like to disable that, but the documented options don't seem to work.

My first attempt was based on the instructions found at https://vitejs.dev/config/#server-https . It says that I can specify a boolean for server.open in the config file. I set that value to false in my vite.config.ts. VS Code validated that I had the right syntax. You can see the entire config file in the Reproduction section, below.

Further googling brought me to this page. https://github.com/vitejs/vite/issues/2552. That suggests that there might be a workaround using command line arguments. I'm willing to try, but I don't know where the command line is! I have installed the Vite plugin for VS code and I have created a config file. That combination is all it takes to bring up that embedded browser each time I restart VS code or reopen this project.

I appreciate any help you can offer.

Reproduction https://github.com/TradeIdeasPhilip/bounce-3d/blob/master/vite.config.ts

System Info npx envinfo --system --npmPackages '{vite,@vitejs/*}' --binaries --browsers

System: OS: macOS 12.3.1 CPU: (8) arm64 Apple M1 Memory: 239.16 MB / 16.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 18.0.0 - ~/.nvm/versions/node/v18.0.0/bin/node npm: 8.6.0 - ~/.nvm/versions/node/v18.0.0/bin/npm Browsers: Chrome: 101.0.4951.64 Safari: 15.4 npmPackages: vite: ^2.9.9 => 2.9.9

Originally reported here https://github.com/vitejs/vite/issues/8332 but they sent me to you,