mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Issue #7638 **Bug** Open a `.txt` file containing markdown in VSCode. Select the editor language as `markdown` and the highlighing kicks in, but there is no preview button for the file. **Fix** Base display of the markdown preview button on `resourceScheme` instead of `resourceLangId`. Closes #7638