microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.56k stars 901 forks source link

Cannot minimise window on mac #10169

Open alemputes opened 4 years ago

alemputes commented 4 years ago

Issue Type: Bug

Hi hitting, Command + M Should minimise the window on Mac Catalina when I have it selected but nothing happens even thought I see that it's mapped to that command.

Azure Data Studio version: azuredatastudio 1.16.1 (16801c522df68e63218b39ccb5b4a7431f9bf667, 2020-03-23T22:06:16.901Z) OS version: Darwin x64 19.4.0

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (12 x 2200)| |GPU Status|2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off_ok
webgl: enabled
webgl2: enabled| |Load (avg)|2, 2, 2| |Memory (System)|16.00GB (2.26GB free)| |Process Argv|-psn_0_135201| |Screen Reader|no| |VM|0%|
Extensions: none
kburtram commented 4 years ago

It looks like we've overwrote this shortcut with one of the query execution commands. You can delete this shortcut using the "Preferences->Keymaps" interface to restore the Minimize command.

Screen Shot 2020-04-30 at 5 30 45 PM