Skip to content

Commit

Permalink
Updated setting value to be more intutive
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a committed Jun 30, 2017
1 parent 3494634 commit 158270d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extensions/emmet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"enum": [
"never",
"always",
"inDefaultEmmetModesOnly"
"inMarkupAndStylesheetFilesOnly"
],
"default": "inDefaultEmmetModesOnly",
"description": "Shows expanded emmet abbreviations as suggestions."
"default": "inMarkupAndStylesheetFilesOnly",
"description": "Shows expanded emmet abbreviations as suggestions.\nThe option \"inMarkupAndStylesheetFilesOnly\" applies to html, haml, jade, slim, xml, xsl, css, scss, sass, less and stylus.\nThe option \"always\" applies to all parts of the file regardless of markup/css."
},
"emmet.showAbbreviationSuggestions": {
"type": "boolean",
Expand Down

0 comments on commit 158270d

Please sign in to comment.