You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/ql-vscode/src/view/common/DeterminateProgressRing.tsx
+1-5Lines changed: 1 addition & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@ import { styled } from "styled-components";
3
3
4
4
typeProps={
5
5
percent: number;
6
-
label?: string;
7
6
};
8
7
9
8
constCircle=styled.div`
@@ -33,10 +32,7 @@ const progressSegments = 44;
33
32
// See https://github.com/microsoft/fast/blob/21c210f2164c5cf285cade1a328460c67e4b97e6/packages/web-components/fast-foundation/src/progress-ring/progress-ring.template.ts
34
33
// Once the determinate progress ring is available in the VSCode webview UI toolkit, we should use that instead
0 commit comments