vscode-sqlite icon indicating copy to clipboard operation
vscode-sqlite copied to clipboard

Run Query command on MacOS uses Shortcut that exits all VSCode sessions

Open rwattscb opened this issue 4 years ago • 1 comments

Issue Type: Bug

SQLite (alexcvzz.vscode-sqlite)

  1. Install extension on MacOS 10.15.7 (Catalina) using VSCode (latest)
  2. Open a .db database
  3. Create a query
  4. Right-click -> Run Query

Query runs fine, however the SHORTCUT is "UP cmd Q", which if you don't do just perfect (I haven't yet in 3 tries) causes all VSCode sessions to quit no questions asked. VSCode Quit/exit is "cmd Q". Please change!

Extension version: 0.12.0 VS Code version: Code 1.55.2 (3c4e3df9e89829dce27b7b5c24508306b151f30d, 2021-04-13T09:36:32.643Z) OS version: Darwin x64 19.6.0

System Info
Item Value
CPUs Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz (16 x 2300)
GPU Status 2d_canvas: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
webgl: enabled
webgl2: enabled
Load (avg) 3, 2, 2
Memory (System) 64.00GB (14.40GB free)
Process Argv --crash-reporter-id ec3268c5-898a-4953-8308-71492530e4d7
Screen Reader no
VM 0%

rwattscb avatar Apr 28 '21 21:04 rwattscb

Hi @rwattscb! So I don't have any way to test this, but I've found that on MacOS the shortcut to close VScode is cmd + W, did you by any chance change it? If that's the case I suggest to change one of the two shortcurts so that they don't collide

AlexCovizzi avatar May 20 '21 19:05 AlexCovizzi