Skip to content

Commit f3b174e

Browse files
authored
Fixed wrong SignatureInformation.activeParameter comment (microsoft#155279)
Fixed SignatureInformation.activeParameter comment
1 parent 425aaeb commit f3b174e

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
@@ -4037,7 +4037,7 @@ declare module 'vscode' {
40374037
/**
40384038
* The index of the active parameter.
40394039
*
4040-
* If provided, this is used in place of {@linkcode SignatureHelp.activeSignature}.
4040+
* If provided, this is used in place of {@linkcode SignatureHelp.activeParameter}.
40414041
*/
40424042
activeParameter?: number;
40434043

0 commit comments

Comments
 (0)