monaco-editor
monaco-editor copied to clipboard
[Bug] Inline Completion causes inability to type "[" on italian keyboard
Reproducible in vscode.dev or in VS Code Desktop?
- [X] Not reproducible in vscode.dev or VS Code Desktop
Reproducible in the monaco editor playground?
- [ ] Not reproducible in the monaco editor playground
Monaco Editor Playground Link
Monaco Editor Playground Code
<Anything that will trigger an inline completion>
Reproduction Steps
- Add and enable italian keyboard layout as described in https://support.apple.com/en-mt/guide/mac-help/mchlp1406/mac
- Trigger an inline completion (any one will do)
- Try to type the character "[", which is mapped to option+[
Actual (Problematic) Behavior
Nothing is typed
Expected Behavior
[ to be typed
Additional Context
Issue on our side: go/colabx-bugs/4335