vscode-webview-ui-toolkit icon indicating copy to clipboard operation
vscode-webview-ui-toolkit copied to clipboard

A component library for building webview-based extensions in Visual Studio Code.

Results 82 vscode-webview-ui-toolkit issues
Sort by recently updated
recently updated
newest added

### Feature request Hi, we had a discussion about some issues on @microsoft/fast and they have been addressed on @microsoft/fast-element v2+ and @microsoft/fast-foundation v3+. They are still in beta, but...

enhancement
upstream issue
vnext

### Description of changes Addresses Azure pipeline warning by updating `PoliCheck` to next major version.

### Feature request Support adding description for the dropdown options. Like the setting in VS Code ![image](https://github.com/microsoft/vscode-webview-ui-toolkit/assets/6193897/f8d60fca-eebf-43d0-8e5f-11ab6269f3bd)

enhancement

### Describe the bug When placing a tag of type ```` inside a tag of type ````, the text field will lose its focus whenever clicked upon, thus making it...

bug

Version defined in package.json: ### Describe the bug `vscode-data-grid` with `grid-template-columns` is not respected(?) I am trying to build a data grid where it can fit more than 4 columns...

bug
upstream issue

fast-data-grid has just supported row selections, how soon could it applys to this toolkit? https://github.com/microsoft/fast/pull/5786

enhancement
vnext

### Link to relevant issue This pull request resolves #473 ### Description of changes This PR modifies the style of `vscode-data-grid` by changing the `display` property from `flex` to `grid`...

### Feature request I suspect I'm being a bit dim here as this seems such an obvious requirement. There doesn't seem to be any method of programmatically applying focus to...

enhancement

I think I might be hitting same/variation as #484 when the content being rendered from the data source has newlines. Example content: ``` ZZZAboutHeader22 test Test ``` How it is...

bug

### Describe the bug We're currently using the `` and `` controls in a VS Code Webview. When you first try to click on any of the Radio Buttons the...

bug
upstream issue
has workaround