Skip to content
New issue

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

CSS hovers include leading and trailing backticks #805

Closed
rcjsuen opened this issue Apr 6, 2018 · 2 comments
Closed

CSS hovers include leading and trailing backticks #805

rcjsuen opened this issue Apr 6, 2018 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug css
Milestone

Comments

@rcjsuen
Copy link
Contributor

rcjsuen commented Apr 6, 2018

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"
});
@rcjsuen
Copy link
Contributor Author

rcjsuen commented Apr 6, 2018

I've opened microsoft/monaco-css#5 which fixes this problem.

@alexdima alexdima added the css label Apr 9, 2018
@alexdima alexdima self-assigned this Apr 9, 2018
@alexdima alexdima added the bug Issue identified by VS Code Team member as probable bug label Apr 9, 2018
@alexdima alexdima added this to the March 2018 milestone Apr 9, 2018
@alexdima
Copy link
Member

Fixed via microsoft/monaco-css#5

stefan-lacatus added a commit to thingworx-field-work/MonacoEditorTWX that referenced this issue Mar 12, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug css
Projects
None yet
Development

No branches or pull requests

2 participants