Fix function reference name (#258929)

#245947
This commit is contained in:
Rob Lourens
2025-07-31 09:24:47 -07:00
committed by GitHub
parent 3a0aac9b81
commit 8eb09a035d
+1 -1
View File
@@ -20595,7 +20595,7 @@ declare module 'vscode' {
/**
* Construct a prompt-tsx part with the given content.
* @param value The value of the part, the result of `renderPromptElementJSON` from `@vscode/prompt-tsx`.
* @param value The value of the part, the result of `renderElementJSON` from `@vscode/prompt-tsx`.
*/
constructor(value: unknown);
}