-
Notifications
You must be signed in to change notification settings - Fork 38.1k
Closed
microsoft/vscode-css-languageservice
#26Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugcss-less-scssIssues and items concerning CSS,Less,SCSS stylingIssues and items concerning CSS,Less,SCSS styling
Milestone
Description
- VSCode Version: Code 1.10.2 (8076a19, 2017-03-08T14:00:46.854Z)
- OS Version: Linux x64 4.4.0-66-generic
- Extensions:
| Extension | Author | Version |
|---|---|---|
| code-settings-sync | Shan | 2.5.1 |
| RustyCode | saviorisdead | 0.19.1 |
| Material-theme | zhuangtongfa | 2.1.7 |
Steps to Reproduce:
- Make a new CSS file
- Create a selector like
.my-class>.my-nested-class>.my-very-nested-class - Hover over the selector
The tooltip looks like:
<element class="my-class">
<element class="my-nested-class">
<element class="my-very-nested-class">
While it should be:
<element class="my-class">
<element class="my-nested-class">
<element class="my-very-nested-class">
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugcss-less-scssIssues and items concerning CSS,Less,SCSS stylingIssues and items concerning CSS,Less,SCSS styling