We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5838ca4 commit 630b9d9Copy full SHA for 630b9d9
typescript/src/completions/staticHintSuggestions.ts
@@ -28,7 +28,7 @@ const letterKeys = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l',
28
)
29
const someOtherKeys = [
30
'Space',
31
- 'Esc',
+ 'Escape',
32
'Tab',
33
'Enter',
34
'Equal',
0 commit comments