Skip to content

CSS hovers include leading and trailing backticks #805

Closed
@rcjsuen

Description

@rcjsuen

monaco-editor version: 0.11.x Monaco playground
Browser: Chrome Version 65.0.3325.181 (Official Build) (64-bit)
OS: Windows 10

Use the following snippet in the playground. Hover over .cssClass and you will see strange leading and trailing backtick characters.

image

monaco.editor.create(document.getElementById("container"), {
	value:
`.cssClass {
	background: red;
}`,
	language: "css"
});

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugcss

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions