You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change the language in emmet.variables and test abbreviations like ! or html:5 reflect the change in the language
Set emmet.excludeLanguages to any of the languages listed way above and check that the Emmet: Expand Abbreviation command does nothing
Set emmet.quickSuggestions to true and test emmet abbreviations in the suggestion list in any of 'html', 'xml', 'xsl', 'jsx', 'pug', 'slim', 'css', 'sass', 'scss', 'less', 'sss', 'stylus'
Test plan for #21943
Complexity: 3.5
Set
emmet.useNewEmmet
totrue
and test the below emmet commandseditor.quicksuggestions
tofalse
so that you don't end up testing the emmet suggestionsemmet.syntaxProfiles
to {"anylanguageyouwant" : "anylanguagelistedabove"} to test emmet abbreviations in any of the languages NOT specified aboveemmet.syntaxProfiles
and then test the commandEmmet: Expand Abbreviation
andEmmet: Wrap with Abbreviation
emmet.variables
and test abbreviations like!
orhtml:5
reflect the change in the languageemmet.excludeLanguages
to any of the languages listed way above and check that theEmmet: Expand Abbreviation
command does nothingemmet.quickSuggestions
totrue
and test emmet abbreviations in the suggestion list in any of 'html', 'xml', 'xsl', 'jsx', 'pug', 'slim', 'css', 'sass', 'scss', 'less', 'sss', 'stylus'Emmet: Select Next/Prev Item
The text was updated successfully, but these errors were encountered: