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

Cannot override "emmet.excludeLanguages" #138155

Closed
chrmarti opened this issue Nov 30, 2021 · 3 comments
Closed

Cannot override "emmet.excludeLanguages" #138155

chrmarti opened this issue Nov 30, 2021 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug config VS Code configuration, set up issues verified Verification succeeded
Milestone

Comments

@chrmarti
Copy link
Contributor

Testing #138075

		"configurationDefaults": {
			"emmet.excludeLanguages": [
				"html"
			]
		}

Does not seem to work (the editor still offers Emmet suggestions for HTML files and the settings still show "markdown" as the value).

@sandy081
Copy link
Member

Can you please check if this setting is overridden in user/workspace settings?

@sandy081 sandy081 added the info-needed Issue requires more information from poster label Nov 30, 2021
@chrmarti
Copy link
Contributor Author

chrmarti commented Dec 1, 2021

It is not overridden there.
image

I also confirmed that the setting works as expected when I change it in the user settings.

@sandy081 sandy081 added bug Issue identified by VS Code Team member as probable bug config VS Code configuration, set up issues and removed info-needed Issue requires more information from poster labels Dec 1, 2021
@sandy081 sandy081 added this to the November 2021 milestone Dec 1, 2021
@sandy081
Copy link
Member

sandy081 commented Dec 1, 2021

Fixed by 7549d51

@sandy081 sandy081 closed this as completed Dec 1, 2021
@joyceerhl joyceerhl added the verified Verification succeeded label Dec 2, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Jan 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug config VS Code configuration, set up issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants