vscode-webview-ui-toolkit
vscode-webview-ui-toolkit copied to clipboard
A component library for building webview-based extensions in Visual Studio Code.
Update the UI Toolkit to use v2+ of @microsoft/fast-element and v3+ of @microsoft/fast-foundation
### 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...
### 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 
### 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...
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...
fast-data-grid has just supported row selections, how soon could it applys to this toolkit? https://github.com/microsoft/fast/pull/5786
### 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...
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...
### 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...