AltimateAI / vscode-dbt-power-user

This extension makes vscode seamlessly work with dbt™: Auto-complete, preview, column lineage, AI docs generation, health checks, cost estimation etc
https://www.altimate.ai
MIT License
452 stars 86 forks source link

High CPU usage causing VS Code to be unstable #830

Closed mcphillipsjohn closed 8 months ago

mcphillipsjohn commented 8 months ago

Expected behavior

Normal CPU Usage

Actual behavior

After launching VS Code there is a warning dialog with the message: "dbt Power User detected 63 projects in your work space, this will negatively affect performance."

I suspect that the extension is detecting all the packages that my project uses in the dbt_packages folder as individual projects. My project has been like this for some time however, and I have never seen this warning message before.

Steps To Reproduce

Open VS Code, open a folder containing a dbt project.

I suspect that the extension is detecting all the packages that my project uses in the dbt_packages folder as individual projects.

Log output/Screenshots

Screenshot 2024-01-17 at 11 35 09

Operating System

Ubuntu 20.04

dbt version

1.4.9

dbt Adapter

Snowflake

dbt Power User version

0.29.1

Are you willing to submit PR?

mcphillipsjohn commented 8 months ago

I have rolled back to 0.28.4 and the issue has gone

anandgupta42 commented 8 months ago

@mcphillipsjohn We released 0.29.2 with the fix. Please test and let us know if it resolved the issue.

mcphillipsjohn commented 8 months ago

@mcphillipsjohn We released 0.29.2 with the fix. Please test and let us know if it resolved the issue.

Yes issue is resolved now - thank you.