QB64Official / vscode

QB64 Extension for Visual Studio Code.
MIT License
14 stars 3 forks source link

Markdown opens in edit mode when clicking on hovertext #107

Closed LordDurus closed 1 year ago

LordDurus commented 1 year ago

When hovering over a keyword. If you click on a link in the hovertext it opens the markdown file in edit not in preview mode. image image

LordDurus commented 1 year ago

This is actually a VSCode setting. I'm adding the setting to auto created settings.json

The change is only applied to the creation of new settings.json.

To apply this to exiting settings.json add the following snippet. "workbench.editorAssociations": { "*.md": "vscode.markdown.preview.editor" },