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 8c166ba commit fca90feCopy full SHA for fca90fe
src/commands/documaticPreviewPanel.ts
@@ -73,7 +73,7 @@ export class DocumaticPreviewPanel {
73
const webviewFolderUri: vscode.Uri = vscode.Uri.joinPath(extensionUri, "webview");
74
75
// Create the documatic preview webview
76
- const panel = vscode.window.createWebviewPanel(this.viewType, `Preview ${clsname}.cls`, vscode.ViewColumn.Beside, {
+ const panel = vscode.window.createWebviewPanel(this.viewType, `Preview ${clsname}.cls`, {preserveFocus: true, viewColumn: vscode.ViewColumn.Beside}, {
77
enableScripts: true,
78
enableCommandUris: true,
79
localResourceRoots: [webviewFolderUri],
0 commit comments