lunapaint / vscode-luna-paint

A raster image editor extension for VS Code
https://marketplace.visualstudio.com/items?itemName=Tyriar.luna-paint
282 stars 27 forks source link

Single key keybindings can break command palette/workbench because of luna:focused #21

Closed Tyriar closed 3 years ago

Tyriar commented 3 years ago

AFAICT I cannot fix this in the extension, created https://github.com/microsoft/vscode/issues/113511 to track solution upstream.

Repro:

  1. Open an image by clicking in the explorer
  2. Ctrl+shift+p
  3. Type "resize", only "ri" will be entered because the rest change tools because luna:focused is active.