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 8a66b86 commit 4107f30Copy full SHA for 4107f30
src/UIComponents.ts
@@ -20,7 +20,7 @@ export async function showInputMultiLineBox(options: InputMultiLineBoxOptions):
20
'multiLineInput',
21
options.title || 'Multi-line Input',
22
vscode.ViewColumn.One,
23
- { enableScripts: true, localResourceRoots: [] } // 允许 JavaScript
+ { enableScripts: true, localResourceRoots: [], retainContextWhenHidden: true } // 允许 JavaScript
24
);
25
26
// 设置 Webview 内容
0 commit comments