-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
When starting the VS code extension it shows 110K Pending Files.
Application is extremely laggy to the point where it makes using the EC2 machine impossible.
The DVC section in the GIT tab shows nothing (as I suspect there are too many files).
The way the repo is setup is as such:
- project_1 / pipeline_1 / dvc.yaml
- project_1 / pipeline_2/ dvc.yaml
- project_1 / pipeline_3/ dvc.yaml
- ...
- project_1 / pipeline_13/ dvc.yaml
- project_2/ ...
I also tried to specialized the dvc extension to a single pipeline but it doens't seem to be helping. This is what I have in my settings.json
"dvc.focusedProjects": [
"project_1/pipeline_1"]
Note that pipeline_1 folder contains the dvc.yaml file.
Any help on sorting this out is appreciated.
Thanks.
dmpetrov
