mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
27
resources/linux/code.desktop
Normal file
27
resources/linux/code.desktop
Normal file
@@ -0,0 +1,27 @@
|
||||
[Desktop Entry]
|
||||
Name=@@NAME_LONG@@
|
||||
Comment=Code Editing. Redefined.
|
||||
GenericName=Text Editor
|
||||
Exec=/usr/share/@@NAME@@/@@NAME@@ --unity-launch %F
|
||||
Icon=@@NAME@@
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
StartupWMClass=@@NAME_SHORT@@
|
||||
Categories=Utility;TextEditor;Development;IDE;
|
||||
MimeType=text/plain;inode/directory;
|
||||
Actions=new-window;
|
||||
Keywords=vscode;
|
||||
|
||||
[Desktop Action new-window]
|
||||
Name=New Window
|
||||
Name[de]=Neues Fenster
|
||||
Name[es]=Nueva ventana
|
||||
Name[fr]=Nouvelle fenêtre
|
||||
Name[it]=Nuova finestra
|
||||
Name[ja]=新規ウインドウ
|
||||
Name[ko]=새 창
|
||||
Name[ru]=Новое окно
|
||||
Name[zh_CN]=新建窗口
|
||||
Name[zh_TW]=開新視窗
|
||||
Exec=/usr/share/@@NAME@@/@@NAME@@ --new-window %F
|
||||
Icon=@@NAME@@
|
||||
Reference in New Issue
Block a user