Skip to content

Commit cf79357

Browse files
committed
Fix wrong definition.
1 parent 292dc86 commit cf79357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/lsp_ext.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const expandMacro = new lc.RequestType<ExpandMacroParams, ExpandedMacro |
7777

7878
export interface ExpandedInlineMacro {
7979
name: string;
80-
expansion: SnippetTextEdit[];
80+
expansion: lc.TextEdit[];
8181
}
8282
export const expandMacroInline = new lc.RequestType<
8383
ExpandMacroParams,

0 commit comments

Comments
 (0)