Skip to content

Commit 8eb09a0

Browse files
authored
Fix function reference name (microsoft#258929)
microsoft#245947
1 parent 3a0aac9 commit 8eb09a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vscode-dts/vscode.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20595,7 +20595,7 @@ declare module 'vscode' {
2059520595

2059620596
/**
2059720597
* Construct a prompt-tsx part with the given content.
20598-
* @param value The value of the part, the result of `renderPromptElementJSON` from `@vscode/prompt-tsx`.
20598+
* @param value The value of the part, the result of `renderElementJSON` from `@vscode/prompt-tsx`.
2059920599
*/
2060020600
constructor(value: unknown);
2060120601
}

0 commit comments

Comments
 (0)