Skip to content

Commit 55be62f

Browse files
committed
Make description optional (fixes microsoft#46657)
1 parent 73ddb7b commit 55be62f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/vscode.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,7 @@ declare module 'vscode' {
15221522
/**
15231523
* A human readable string which is rendered less prominent.
15241524
*/
1525-
description: string;
1525+
description?: string;
15261526

15271527
/**
15281528
* A human readable string which is rendered less prominent.

0 commit comments

Comments
 (0)