Progress Bar
Basic example
Section titled “Basic example”<vscode-progress-bar></vscode-progress-bar>
Long running threshold
Section titled “Long running threshold”Switches to a gentler animation after a while in indeterminate mode, consuming fewer resources.
<vscode-progress-bar long-running-threshold="1000"></vscode-progress-bar>
Determinate mode
Section titled “Determinate mode”Set a specific value. The max
value is optional, its default value is 100.
<vscode-progress-bar max="100" value="70"></vscode-progress-bar>