- VSCode Version: 0.10.13-insider
- OS Version: Ubuntu 14.04 LTS
The ".deb" package may not install if a user hasn't already run the command apt-get update on the terminal before opening the package and doesn't already have Git installed. While most experienced Linux users will run this command frequently, I don't think we should count on everyone knowing this—even they may not know what's causing this. At a minimum we should give a hint "Hint: did you run apt-get update on the terminal before installing this package?". However, it would be even nicer if we could do this for them.
Steps to Reproduce:
- Go to http://code.visualstudio.com/Download?insiders=true
- Download the ".deb" version
- Open it and attempt to install it in the "Ubuntu Software Center"
- You will be told that the software installer cannot install two packages (the Git manual and Git 1.9), and the installation will fail for VS Code.
The ".deb" package may not install if a user hasn't already run the command
apt-get updateon the terminal before opening the package and doesn't already have Git installed. While most experienced Linux users will run this command frequently, I don't think we should count on everyone knowing this—even they may not know what's causing this. At a minimum we should give a hint "Hint: did you runapt-get updateon the terminal before installing this package?". However, it would be even nicer if we could do this for them.Steps to Reproduce: