We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd7834 commit 726b7ceCopy full SHA for 726b7ce
extension/src/repository/sourceControlManagement/decorationProvider.ts
@@ -108,6 +108,7 @@ export class DecorationProvider
108
}
109
110
private static DecorationTracked: FileDecoration = {
111
+ color: new ThemeColor('list.inactiveSelectionIconForeground'),
112
tooltip: 'DVC Tracked'
113
114
@@ -163,6 +164,7 @@ export class DecorationProvider
163
164
public setState(state: ScmDecorationState) {
165
const urisToUpdate = this.getUnion(this.state, state)
166
this.state = state
167
+
168
this.decorationsChanged.fire(urisToUpdate)
169
170
0 commit comments