Skip to content

Commit 34ba2e2

Browse files
committed
Don't use questions for webview property docs
Fixes microsoft#52949
1 parent a97d624 commit 34ba2e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/vs/vscode.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5484,12 +5484,12 @@ declare module 'vscode' {
54845484
readonly viewColumn?: ViewColumn;
54855485

54865486
/**
5487-
* Is the panel currently active?
5487+
* Whether the panel is active (focused by the user).
54885488
*/
54895489
readonly active: boolean;
54905490

54915491
/**
5492-
* Is the panel currently visible?
5492+
* Whether the panel is visible.
54935493
*/
54945494
readonly visible: boolean;
54955495

0 commit comments

Comments
 (0)