Skip to content

Deprecated module informations #101

@GeiOoo

Description

@GeiOoo

Describe the bug
As soon as i alter a style, add a new css class or remove a existing one, the autocomplete and tooltip still shows the data before my code changes. I assume the extension does not recognize any code changes and therefor does not update its data.

To Reproduce
Steps to reproduce the behavior:

  1. Define a css class with any CSS property
  2. Assign this class to a element
  3. Verify the peek CSS on hover is correct
  4. Change the CSS property to a different value

Expected behavior
The peek CSS on hover should always display the correct value even after i changed it.

Screenshots
image
image
image
image

Desktop (please complete the following information):

  • OS: Windows 11 Enterprise
  • VS-Code Version: 1.81.1
  • Extension Version: v2.0.0

Additional context
I assume the extension does not recognize any code changes and therefor can't update its store data. The issue extends to the fact that the auto-complete window shows deprecated information as well. Removing a existing CSS Class and adding a new one does not translate to the autocomplete window:
image
It even underlines a newly created CSS class:
image

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions