From 21dc3cb732179a58b8510d43263953edd606b3cd Mon Sep 17 00:00:00 2001 From: Codex Date: Sat, 18 Apr 2026 10:09:16 +0800 Subject: [PATCH] docs: use discrete for background progress --- api/ux-guidelines/status-bar.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/ux-guidelines/status-bar.md b/api/ux-guidelines/status-bar.md index c3c4552dc8..96d7b42714 100644 --- a/api/ux-guidelines/status-bar.md +++ b/api/ux-guidelines/status-bar.md @@ -35,11 +35,11 @@ The [Status Bar](/api/extension-capabilities/extending-workbench#status-bar-item ### Progress Status Bar item -When needing to show discreet progress (progress happening in the background), it's recommended to show a Status Bar item with the loading icon (you can also add spin animation). If progress needs to be elevated for user attention, we recommend moving to a progress notification. +When needing to show discrete progress (progress happening in the background), it's recommended to show a Status Bar item with the loading icon (you can also add spin animation). If progress needs to be elevated for user attention, we recommend moving to a progress notification. ![Status Bar Progress](images/examples/status-bar-progress.png) -*This example shows a progress Status Bar item that is discreet.* +*This example shows a progress Status Bar item that is discrete.* ### Error and Warning Status Bar Items