react-ts-css
react-ts-css copied to clipboard
Deprecated module informations
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:
- Define a css class with any CSS property
- Assign this class to a element
- Verify the peek CSS on hover is correct
- 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
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:
It even underlines a newly created CSS class:
Might be related to #93
Should be fixed by #102
@GeiOoo Is this issue fixed for you with the latest versions ?