Skip to content

How to sort out extension ehowing huge amount of "pending changes" #5861

@dibus2

Description

@dibus2

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.

Image

Any help on sorting this out is appreciated.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions