-
Couldn't load subscription status.
- Fork 125
fix: earlier providers should not block later ones from providing same name attributes #214
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
base: main
Are you sure you want to change the base?
Conversation
…e name attributes
|
Hi @aeschli, sorry to bother you, this is a very simple fix, would you like to have a look? |
|
Thanks @KazariEX ! |
|
See the test failure. We don't want duplicated proposals. The user would not know which one to choose. |
|
Do you think we should move the processing of global attributes up front and deduplicate the attributes here? vscode-html-languageservice/src/languageFacts/dataProvider.ts Lines 157 to 170 in e783ed8
|
I think we can make it so that this situation doesn't occur by default, but we should not completely prevent extensions from providing properties with the same name if they want to. |
No description provided.