ProgressBar
Tag name: <vscode-progress-bar>
Properties
indeterminatereflects
| Name | indeterminate |
|---|---|
| Attribute | indeterminate |
| Type |
|
| Default |
|
| Description | Force indeterminate mode even if value is set. |
longRunningThreshold
| Name | longRunningThreshold |
|---|---|
| Attribute | long-running-threshold |
| Type |
|
| Default |
|
| Description | Switch to a gentler animation after this many ms in indeterminate mode. |
maxreflects
| Name | max |
|---|---|
| Attribute | max |
| Type |
|
| Default |
|
| Description | Maximum value for determinate mode. |
valuereflects
| Name | value |
|---|---|
| Attribute | value |
| Type |
|
| Description | Current value for determinate mode. If undefined/NaN, the bar is indeterminate. |
versionreadonly
| Name | version |
|---|---|
| Type |
|
| Description | VSCode Elements version |
CSS Custom Properties
--vscode-progressBar-background
| Name | --vscode-progressBar-background |
|---|---|
| Default value | #0078d4 |