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
New API has been added to the extension host to add 'attachments' before and after a decoration.
ThemableDecorationRenderOptions.before/after
ThemableDecorationInstanceRenderOptions.before/after
Test:
before and after attachments on decoration types
before and after attachments on decoration instances
verify that styles on the dec instance overwrite the definitions made on the type
test text content as well as icon content
test with decorations that combine attachment decorations with inline text decorations (letterSpacing, color) and 'normal' text decorations such as border, outline
test corner cases for ranges. Empty range, full line range, adjacent ranges, same range
test light and dark styles for attachment decorations
test corder cases on styles (huge width/height...)
The text was updated successfully, but these errors were encountered:
New API has been added to the extension host to add 'attachments' before and after a decoration.
ThemableDecorationRenderOptions.before/after
ThemableDecorationInstanceRenderOptions.before/after
Test:
The text was updated successfully, but these errors were encountered: