emmet-docs icon indicating copy to clipboard operation
emmet-docs copied to clipboard

Incorrect default value

Open EugenGedroyc opened this issue 9 months ago • 2 comments

In a list of currently available options: I didn't check everything, just what I found. I have specified the current default values in VSCode:

  • [ ] profile.allowCompactBoolean - false
  • [ ] slim.attributesWrapper - square

EugenGedroyc avatar May 07 '25 16:05 EugenGedroyc

I'll ask you here, too. For some reason upper doesn't work or it's just not clear how it should work "css.color.case": "upper" Abbreviation: bg#df. Result: background: #dfdfdfdf; Expecting: background: #DFDFDF;

EugenGedroyc avatar May 07 '25 16:05 EugenGedroyc

Options depend on editor you are using. You can find the proper list of options here: https://github.com/emmetio/emmet/blob/master/src/config.ts#L84

sergeche avatar May 07 '25 19:05 sergeche