How to make Color Picker VSCode extension not block polish letter Ć?

Viewed 27

I can't type Ć in VSCode, which is a regular character in polish language, NOT an accented character.
Normally I type it by pressing option + C, but in VSCode this results in a message on the bottom of window:

Waiting for second key of chord...

I have unchecked Allow Chords in settings, but it still appears. There is also no keybinding for option + c.

Other polish characters are entered without problems, eg. Ś (option + S).

EDIT: I figured out that Color Picker extension causes the problem, but still I don't know how to fix it (I want to keep this plugin;)

1 Answers

Just press and hold C button. On my mac book its working. You hold and mac will suggest you to choose letter C

Related