We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 292dc86 commit cf79357Copy full SHA for cf79357
editors/code/src/lsp_ext.ts
@@ -77,7 +77,7 @@ export const expandMacro = new lc.RequestType<ExpandMacroParams, ExpandedMacro |
77
78
export interface ExpandedInlineMacro {
79
name: string;
80
- expansion: SnippetTextEdit[];
+ expansion: lc.TextEdit[];
81
}
82
export const expandMacroInline = new lc.RequestType<
83
ExpandMacroParams,
0 commit comments