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

Error message when removing double quotes from the class attribute #54

Closed
jan-franek opened this issue Jul 10, 2024 · 2 comments
Closed

Comments

@jan-franek
Copy link

When you have a class attribute, for example:
<div class="col-start-2">some content</div>
and remove either the first double quote or you select the second double quote with some text before it you get "Microsoft Visual Studio error" - "Object reference not set to an instance off an object".
This happens every time on Visual Studio 2022 17.9.6

@theron-wang
Copy link
Owner

and remove either the first double quote or you select the second double quote with some text before it you get "Microsoft Visual Studio error" - "Object reference not set to an instance off an object".

I wasn't able to reproduce this exact error, but an ArgumentOutOfRangeException also occurred with the same behavior. That error is fixed in 1.4.4, but I'm not sure about this exception. If this issue persists, could you provide the file type and full file (if possible)? Thanks.

@theron-wang
Copy link
Owner

If you still encounter this issue, feel free to let me know or just re-open this issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants