-
Notifications
You must be signed in to change notification settings - Fork 30.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VSCode should not open browser on first start without user's say-so #14934
Comments
Assign to @chrmarti as it's kind of getting started experience. |
First-time permissions aside, Is this supposed to happen each time you open vscode? I'm finding the "Getting Started" docs annoying each and every time I want to edit with vscode. |
@dawsonbotsford This should only happen once - on first startup. Please open an issue if it shows more than once. |
@chrmarti I swapped to the Insiders build and I haven't seen this issue anymore. Will let yall know if it arises again. I also got a reset color scheme each time I opened vscode, so clearly something was wonky with persistence. |
+1 in 2018. Opening browser pretty annoying when I re-install VS Code. |
+1 there should be at least a Command Line Option flag to disable the automatic opening of a browser window on first launch, to better comply with automated deployment scenarios. |
I could have sworn there was a command line option posted to one of these issues but I can't find it. I was going to add it to my dotfiles but figured I could find it again if I needed it. Unfortunately the words I would use to search for it are so common that I can't seem to find it or remember how I got to it in the first place. |
|
I don't know if this will survive updates but I'm going to try it. I'm on Kubuntu but if anyone is so inclined to try it it can be modified to suit your situation. I'm no expert so, until it's built into vscode, if there's a better way I'm willing to try it edit .bashrc and add
and then to edit the *.desktop files
maybe in the future a |
VS Code reads I have a |
@jmlntw awesome. thanks. I took a look at it in sqlitebrowser and it's a nice simple fix. I'm going to add it to my vscode install script for later. |
Thanks to @bpasero we finally stopped doing this 👯♂ 👯 |
Actually for September. |
Steps to Reproduce:
visual-studio-code
from AURUpon first start vscode opens a web browser pointing to https://code.visualstudio.com/docs?start=true. It should not do that without getting a confirmation from user it is OK to do so.
Some editors choose to have a "welcome" page with links to documentation (cf. Eclipse, Qt Creator), it could be one possible solution.
Perhaps a MD/RST document could be opened upon first start with some brief info and helpful links (cf. Vim, Emacs).
Another option would be a prompt asking user to open a link could do as well, but personally I think this would be worse solution.
The text was updated successfully, but these errors were encountered: