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/component description VS Code itself has a full set of UI components (see vscode/src/vs/base/browser/ui). Rather than duplicate (much of?) this facility in a separate library, why not enable its...

enhancement

### Feature/component description Currently, we have storybook examples with start or end icons inside a text field. These examples use a single span element with a slot property. Glancing at...

documentation
enhancement

### Describe the bug When generating vscode-option elements inside a vscode-dropdown and setting `.selected = true;` on one, it should be selected in the UI, but isn't (reset by an...

bug
upstream issue

### Feature/component description It'd be awesome if there were a syntax highlighting component that users could put in their web view. We (GitHub Next) have already run into a few...

enhancement

### Feature/component description Create a separate label component for your input fields: `Label`. ### Use case Fields that haven't been supported yet by the toolkit, can then be developed ourselves...

component request

### Problem There is currently no [FAST Foundation](https://github.com/microsoft/fast/tree/master/packages/web-components/fast-foundation) split button base component that can be used to implement a VSCode split button. ### Solution A custom implementation of a split...

component request

### Feature/component description Implement VS Code error background/foreground/text color for required components ### Use case If a field is not fulfilled with valid contents, components should be able to show...

enhancement

### Feature/component description The current implementatio/docs for the https://github.com/microsoft/vscode-webview-ui-toolkit/blob/main/src/data-grid/README.md allows a caller to add rows through a property. This works great for a small number of rows but wouldn't work...

enhancement

In the example code you showed loading the js file by getting its uri directly from the `node_modules` folder. That should be avoided, as we want extensions to be bundled...

bug

### Feature/component description Creation of an accordion / collapsible section component. Similar to the panel sections which you have on the explorer panel. ### Use case To create an experience...

component request