Skip to content

Commit 5a26279

Browse files
authored
Watch all dvc.locks for changes to plots (#1840)
1 parent 831df5a commit 5a26279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/src/plots/data/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class PlotsData extends BaseData<{ data: PlotsOutput; revs: string[] }> {
2727
process: () => this.update()
2828
}
2929
],
30-
['dvc.yaml']
30+
['dvc.yaml', 'dvc.lock']
3131
)
3232
}
3333

0 commit comments

Comments
 (0)