We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 161480b commit 6dbaf15Copy full SHA for 6dbaf15
src/activate/registerCommands.ts
@@ -16,7 +16,7 @@ let tabPanel: vscode.WebviewPanel | undefined = undefined
16
17
/**
18
* Get the currently active panel
19
- * @returns WebviewPanel或WebviewView
+ * @returns WebviewPanel or WebviewView
20
*/
21
export function getPanel(): vscode.WebviewPanel | vscode.WebviewView | undefined {
22
return tabPanel || sidebarPanel
0 commit comments