Add control on border attribute
Hi,
I tried to reproduce the following highlight of a tag

But I found out it is not possible with the control given. The closest I got was:
I would like to have the following control:
"border": "1px solid #2aa198"
Maybe I missed something, but looking at the issue and documentation it seems border control is limited to radius.
Thanks
I was wondering why we cannot put any of the qualifiers defined in the VSCode CSS instead of having each of them processed individually as done here?
Is there a performance or discoverability idea behind that?
Yes, unfortunately the styling very limited. I would also like to be able to put an outline around the highlight, but it doesn't work.
The reason the entire set of rules isn't available is that they have to be applied as a decoration and originally a lot of them were not available. It might be simpler to provide a way to specify any of them, although a lot of them will not make any sense.
I'll add it as a feature request and see if something can be done.
In the meantime, If adding the border styling can be done in a similar fashion as the other (aka I can copy the structure), I can try to give It a shot.
I have not done much JavaScript/TypeScript development, but I can try to help.
border options are now available in the API, can these be added now? I've checked and "border": "1px solid #2aa198" still doesnt work