mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-03 23:39:31 +00:00
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
10 lines
232 B
Desktop File
10 lines
232 B
Desktop File
[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; |