mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Fixed warning when installing on debian 8
Message in console: Setting up code-insiders (1.28.0-1537855491) ... /usr/share/applications/code-insiders-url-handler.desktop: warning: key "MimeType" is a list and does not have a semicolon as trailing character, fixing
This commit is contained in:
committed by
GitHub
parent
479feb5b4f
commit
1adea8bd02
@@ -9,5 +9,5 @@ NoDisplay=true
|
||||
StartupNotify=true
|
||||
StartupWMClass=@@NAME_SHORT@@
|
||||
Categories=Utility;TextEditor;Development;IDE;
|
||||
MimeType=x-scheme-handler/@@URLPROTOCOL@@
|
||||
MimeType=x-scheme-handler/@@URLPROTOCOL@@;
|
||||
Keywords=vscode;
|
||||
|
||||
Reference in New Issue
Block a user