Skip to content

Commit 726b7ce

Browse files
authored
Fix editor decorations for folders/files tracked by DVC (#5856)
1 parent 3fd7834 commit 726b7ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

extension/src/repository/sourceControlManagement/decorationProvider.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export class DecorationProvider
108108
}
109109

110110
private static DecorationTracked: FileDecoration = {
111+
color: new ThemeColor('list.inactiveSelectionIconForeground'),
111112
tooltip: 'DVC Tracked'
112113
}
113114

@@ -163,6 +164,7 @@ export class DecorationProvider
163164
public setState(state: ScmDecorationState) {
164165
const urisToUpdate = this.getUnion(this.state, state)
165166
this.state = state
167+
166168
this.decorationsChanged.fire(urisToUpdate)
167169
}
168170

0 commit comments

Comments
 (0)