Skip to content

Button

Button.

Basic example

<button type="button" class="vscode-button">Primary Button</button>

Secondary Button

<button type="button" class="vscode-button secondary">Secondary Button</button>

Block Button

Same size as the call to action buttons in the sidebar like “Commit” and “Run and Debug”.

<button type="button" class="vscode-button block">Block Button</button>