Skip to content

Commit 4e2164b

Browse files
authored
Add metrics.json to plots list of watched files (#3319)
1 parent 85ae0c5 commit 4e2164b

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
@@ -31,7 +31,7 @@ export class PlotsData extends BaseData<{
3131
process: () => this.update()
3232
}
3333
],
34-
['dvc.yaml', 'dvc.lock']
34+
['dvc.yaml', 'dvc.lock', 'metrics.json']
3535
)
3636
this.model = model
3737
}

0 commit comments

Comments
 (0)