farre / midas

A GDB/MI Visual Studio Code Debug Adapter
MIT License
29 stars 1 forks source link

Use markdown.showPreview to show Readme.md #180

Open farre opened 9 months ago

farre commented 9 months ago

It seems like vscode.window.showTextDocument(doc, { preview: true }) no longer actuall shows previews of markdown files. Switch to calling the command markdown.showPreview to show previews.