We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
.cssClass
monaco.editor.create(document.getElementById("container"), { value: `.cssClass { background: red; }`, language: "css" });
The text was updated successfully, but these errors were encountered:
I've opened microsoft/monaco-css#5 which fixes this problem.
Sorry, something went wrong.
Fixed via microsoft/monaco-css#5
fixed microsoft/monaco-editor#805
946a236
alexdima
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: