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

[linked rename] HTML doesn't rename or auto-fill non-ASCII tags #208126

Open
Mehdical-Man opened this issue Mar 19, 2024 · 1 comment
Open

[linked rename] HTML doesn't rename or auto-fill non-ASCII tags #208126

Mehdical-Man opened this issue Mar 19, 2024 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug editor-synced-region Issues related to synced region functionality in editor
Milestone

Comments

@Mehdical-Man
Copy link

Mehdical-Man commented Mar 19, 2024

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.87.2
  • OS Version: Windows 11

Steps to Reproduce:

  1. Define a HTML tag with a non-ascii character in CSS
<html>
   <head>
	<style>
        cliché { /* é is non-ASCII*/
            font-size: 100PX;
            font-family: monospace;
        }
	</style>
    </head>
	<body>
		<cliché>Looks illegal but itꞌs valid</clich> <!-- clich is autofilled instead of cliché -->
	</body>
</html>
  1. Type <cliché>, you get <cliché>Text</clich>.
@Mehdical-Man
Copy link
Author

@aeschli aeschli changed the title HTML doesn't auto-fill non-ASCII tags [linked rename] HTML doesn't rename non-ASCII tags Mar 21, 2024
@aeschli aeschli added editor-synced-region Issues related to synced region functionality in editor bug Issue identified by VS Code Team member as probable bug labels Mar 21, 2024
@aeschli aeschli added this to the Backlog milestone Mar 21, 2024
@Mehdical-Man Mehdical-Man changed the title [linked rename] HTML doesn't rename non-ASCII tags [linked rename] HTML doesn't rename or auto-fill non-ASCII tags Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug editor-synced-region Issues related to synced region functionality in editor
Projects
None yet
Development

No branches or pull requests

2 participants