Updated comments on emmet settings

This commit is contained in:
Ramya Achutha Rao 2017-06-30 11:37:54 -07:00
parent fb52a0e726
commit 7cd17532d3

View file

@ -38,12 +38,12 @@ configurationRegistry.registerConfiguration({
'emmet.triggerExpansionOnTab': {
'type': 'boolean',
'default': true,
'description': nls.localize('triggerExpansionOnTab', "When enabled, emmet abbreviations are expanded when pressing TAB.")
'description': nls.localize('triggerExpansionOnTab', "When enabled, emmet abbreviations are expanded when pressing TAB. Not applicable when emmet.useNewemmet is set to true.")
},
'emmet.preferences': {
'type': 'object',
'default': {},
'description': nls.localize('emmetPreferences', "Preferences used to modify behavior of some actions and resolvers of Emmet.")
'description': nls.localize('emmetPreferences', "Preferences used to modify behavior of some actions and resolvers of Emmet. Not applicable when emmet.useNewemmet is set to true.")
},
'emmet.syntaxProfiles': {
'type': 'object',
@ -58,7 +58,7 @@ configurationRegistry.registerConfiguration({
'emmet.extensionsPath': {
'type': 'string',
'default': null,
'description': nls.localize('emmetExtensionsPath', 'Path to a folder containing emmet profiles, snippets and preferences')
'description': nls.localize('emmetExtensionsPath', 'Path to a folder containing emmet profiles, snippets and preferences. Only profiles are honored from extensions path when emmet.useNewEmmet is set to true.')
},
'emmet.useNewEmmet': {
'type': 'boolean',