diff options
Diffstat (limited to 'azuredatastudio-bin/azuredatastudio.desktop')
-rw-r--r-- | azuredatastudio-bin/azuredatastudio.desktop | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/azuredatastudio-bin/azuredatastudio.desktop b/azuredatastudio-bin/azuredatastudio.desktop new file mode 100644 index 000000000..ee8643fc9 --- /dev/null +++ b/azuredatastudio-bin/azuredatastudio.desktop @@ -0,0 +1,18 @@ +[Desktop Entry] +Name=Azure Data Studio +Comment=Data Management Tool that enables you to work with SQL Server, Azure SQL DB and SQL DW from Windows, macOS and Linux. +GenericName=Text Editor +Exec=/opt/azuredatastudio/bin/azuredatastudio --unity-launch %F +Icon=azuredatastudio +Type=Application +StartupNotify=false +StartupWMClass=azuredatastudio +Categories=TextEditor;Development;IDE; +MimeType=text/plain;application/x-azuredatastudio-workspace; +Actions=new-empty-window; +Keywords=azuredatastudio; + +[Desktop Action new-empty-window] +Name=New Empty Window +Exec=/opt/azuredatastudio/bin/azuredatastudio --new-window %F +Icon=azuredatastudio |