elements icon indicating copy to clipboard operation
elements copied to clipboard

Web component library for developing Visual Studio Code extensions

Results 52 elements issues
Sort by recently updated
recently updated
newest added

I used @vscode-elements/react-elements 0.5.0. When I upgrated react to 19.0.0, and run "tsc -b" I got the following error: ``` src/components/AuthTable.tsx:265:38 - error TS2786: 'VscodeCheckbox' cannot be used as a...

Currently, the VscodeTree's navigation is a bit inconsistent with Monaco's tree implementation: when an internal node in the tree is selected: - pressing right -> - if already expanded: -...

bug