-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Create .deb package for Debian-based Linux distros #2679
Comments
Few thoughts on this: -> 'official' (aka Microsoft-Branded) packaging vs. 'community' (OSS-Build) packaging -> best executable name? |
@bgse I looked a little at what Atom does with regards to this in atom/atom#2956. They distribute a .deb package and have ambitions of eventually having the .deb package register a repository. This is likely the path we will take as well for auto update support. On executable, the plan is to expose a |
Build, install and run: gulp vscode-linux-packages sudo dpkg -i out-linux/vscode-amd64.deb code . Installing the package does the following: - Puts VSCode dir at /usr/share/code - Puts code.sh launcher in /usr/bin - Defines a .desktop file to properly integrate with the launcher Fixes microsoft#2679
Related (rpm): #229
The text was updated successfully, but these errors were encountered: