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 831df5a commit 5a26279Copy full SHA for 5a26279
extension/src/plots/data/index.ts
@@ -27,7 +27,7 @@ export class PlotsData extends BaseData<{ data: PlotsOutput; revs: string[] }> {
27
process: () => this.update()
28
}
29
],
30
- ['dvc.yaml']
+ ['dvc.yaml', 'dvc.lock']
31
)
32
33
0 commit comments