Closed
Description
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.
monaco.editor.create(document.getElementById("container"), {
value:
`.cssClass {
background: red;
}`,
language: "css"
});