Skip to content

Commit

Permalink
Fix editor decorations for folders/files tracked by DVC (#5856)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon authored Dec 8, 2024
1 parent 3fd7834 commit 726b7ce
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export class DecorationProvider
}

private static DecorationTracked: FileDecoration = {
color: new ThemeColor('list.inactiveSelectionIconForeground'),
tooltip: 'DVC Tracked'
}

Expand Down Expand Up @@ -163,6 +164,7 @@ export class DecorationProvider
public setState(state: ScmDecorationState) {
const urisToUpdate = this.getUnion(this.state, state)
this.state = state

this.decorationsChanged.fire(urisToUpdate)
}

Expand Down

0 comments on commit 726b7ce

Please sign in to comment.