F10: interactive track-changes review in the markdown preview (#29) #30
@@ -71,7 +71,7 @@ export class TrackChangesPreviewController implements vscode.Disposable {
|
|||||||
const name = path.basename(document.uri.path) || "untitled";
|
const name = path.basename(document.uri.path) || "untitled";
|
||||||
const panel = vscode.window.createWebviewPanel(
|
const panel = vscode.window.createWebviewPanel(
|
||||||
VIEW_TYPE,
|
VIEW_TYPE,
|
||||||
`Track changes: ${name}`,
|
`Review: ${name}`,
|
||||||
{ viewColumn: vscode.ViewColumn.Beside, preserveFocus: true },
|
{ viewColumn: vscode.ViewColumn.Beside, preserveFocus: true },
|
||||||
{
|
{
|
||||||
enableScripts: true,
|
enableScripts: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user