elements
elements copied to clipboard
Does vscode-option support html description?
The HTML description is not supported, and implementing it would require a huge effort. Currently, the options are rendered into the shadow DOM and are not accessible from the outside. The reason for this is to allow efficient rendering with Lit’s render function. It may have been a bad decision, but I will never have the time to rework it.