Don't use questions for webview property docs

Fixes #52949
This commit is contained in:
Matt Bierner
2018-06-26 16:23:24 -07:00
parent a97d6244c3
commit 34ba2e2fbf
+2 -2
View File
@@ -5484,12 +5484,12 @@ declare module 'vscode' {
readonly viewColumn?: ViewColumn;
/**
* Is the panel currently active?
* Whether the panel is active (focused by the user).
*/
readonly active: boolean;
/**
* Is the panel currently visible?
* Whether the panel is visible.
*/
readonly visible: boolean;