mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 09:59:47 -05:00
* Merge from vscode 64980ea1f3f532c82bb6c28d27bba9ef2c5b4463 * fix config changes * fix strictnull checks
19 lines
535 B
Desktop File
19 lines
535 B
Desktop File
[Desktop Entry]
|
|
Name=@@NAME_LONG@@
|
|
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=@@EXEC@@ --unity-launch %F
|
|
Icon=@@ICON@@
|
|
Type=Application
|
|
StartupNotify=false
|
|
StartupWMClass=@@NAME_SHORT@@
|
|
Categories=Utility;TextEditor;Development;IDE;
|
|
MimeType=text/plain;inode/directory;
|
|
Actions=new-empty-window;
|
|
Keywords=azuredatastudio;
|
|
|
|
[Desktop Action new-empty-window]
|
|
Name=New Empty Window
|
|
Exec=@@EXEC@@ --new-window %F
|
|
Icon=@@ICON@@
|