mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Add gulp tasks to build deb packages
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 #2679
This commit is contained in:
10
resources/linux/debian/code.desktop
Normal file
10
resources/linux/debian/code.desktop
Normal file
@@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Name=Visual Studio Code
|
||||
Comment=Code Editing. Redefined.
|
||||
GenericName=Text Editor
|
||||
Exec=/usr/bin/code %U
|
||||
Icon=code
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Categories=Utility;TextEditor;Development;IDE;
|
||||
MimeType=text/plain;
|
||||
10
resources/linux/debian/control.template
Normal file
10
resources/linux/debian/control.template
Normal file
@@ -0,0 +1,10 @@
|
||||
Package: visual-studio-code
|
||||
Version: @@VERSION@@
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Architecture: @@ARCHITECTURE@@
|
||||
Maintainer: Microsoft Corporation <vscode-linux@microsoft.com>
|
||||
Homepage: https://github.com/Microsoft/vscode
|
||||
Installed-Size: @@INSTALLEDSIZE@@
|
||||
Description: Code Editing. Redefined.
|
||||
Build and debug modern web and cloud applications.
|
||||
Reference in New Issue
Block a user