Skip to content

Use live preview extension even if markdown file is not the first one opened

Denys Mishunov requested to merge 363323-preview-after-non-markdown-file into master

What does this MR do and why?

The MR updates Web IDE to use the Markdown Live Preview extension for the markdown files even if it's not the first file opened in Web IDE.

How to reproduce

  • Go to a repository with both markdown and non-markdown files
  • Open the repo in Web IDE
  • Open a file that is NOT markdown
  • Right-click to see that the "Preview Markdown" item is missing from the context menu
  • Open another file that IS markdown this time
  • After the file is opened, right-click on that file to notice the "Preview Markdown" item in the menu

Related to #363323 (closed)

Merge request reports