Wiring of markdown-preview

This commit is contained in:
2025-07-04 21:59:09 -05:00
parent e64a18b18b
commit 857f0ded57
18 changed files with 195 additions and 24 deletions

View File

@@ -117,6 +117,11 @@ export class CodeViewComponent extends CodeViewBase {
this.editorsService.sendMessage(message);
this.searchReplaceService.sendMessage(message);
message = new ServiceMessage();
message.action = "set-active-editor";
message.rawData = this;
this.markdownPreviewService.sendMessage(message);
this.updateInfoBar();
});