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 f188f8d commit 78ad60fCopy full SHA for 78ad60f
src/commands/documaticPreviewPanel.ts
@@ -75,7 +75,7 @@ export class DocumaticPreviewPanel {
75
// Create the documatic preview webview
76
const panel = vscode.window.createWebviewPanel(
77
this.viewType,
78
- `Preview ${clsname}.cls`,
+ `Doc for ${clsname}.cls`,
79
{ preserveFocus: true, viewColumn: vscode.ViewColumn.Beside },
80
{
81
enableScripts: true,
@@ -250,7 +250,7 @@ export class DocumaticPreviewPanel {
250
251
// Update the editor and panel title
252
this._editor = editor;
253
- this._panel.title = `Preview ${clsname}.cls`;
+ this._panel.title = `Doc for ${clsname}.cls`;
254
255
// Update the root DocumentSymbol
256
this._rootSymbol = (
0 commit comments