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 c92d568 commit e35b277Copy full SHA for e35b277
typescript/src/ipcTypes.ts
@@ -17,7 +17,7 @@ export const triggerCharacterCommands = [
17
'getLastResolvedCompletion',
18
] as const
19
20
-export type TriggerCharacterCommand = typeof triggerCharacterCommands[number]
+export type TriggerCharacterCommand = (typeof triggerCharacterCommands)[number]
21
22
export type NodeAtPositionResponse = {
23
kindName: string
0 commit comments