Skip to content

Markdown tables are not rendered on Hover with 1.46.0 #99983

Closed
@antfu

Description

@antfu

Version: 1.46.0-insider
Commit: 24ebced
Date: 2020-06-08T07:54:29.001Z (4 days ago)
Electron: 7.3.1
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Darwin x64 19.5.0

Steps to Reproduce:

Copy & paste the following code and hover on a.

/**
 * There should be a table
 *
 * | A | B |
 * |---|---|
 * | Hello | World |
 *
 * But nothing is rendered
 */
function a() {

}

image

This used to work. But broken in 1.46.0.

I am using tables on hover in extension's HoverProvider, but the given steps reproduce the same. (lokalise/i18n-ally#328)

Does this issue occur when all extensions are disabled?: Yes

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugcandidateIssue identified as probable candidate for fixing in the next releaseregressionSomething that used to work is now brokenverifiedVerification succeeded

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions