vscode-dbt-power-user icon indicating copy to clipboard operation
vscode-dbt-power-user copied to clipboard

disable messages/notifications

Open OneCyrus opened this issue 1 year ago • 5 comments

Describe the feature

we would like to suppress these messages:

image

Describe alternatives you've considered

looking for a setting of the extension to disable the notifications.

Who will benefit?

codespaces/devcontainer users who get messages which are not relevant for them

Are you willing to submit PR?

  • [ ] Yes I am willing to submit a PR!

OneCyrus avatar Jan 24 '24 10:01 OneCyrus

The first one means that dbt is not detected. meaning the extension is not setup properly.

On the second one you have a point, I think this is currently not supporting codespaces setups by remembering the state.

mdesmet avatar Jan 24 '24 12:01 mdesmet

the main problem with the first one is that there is a timing issue with the extension installation and the installation of the dbt dependency. basically the extension starts before dbt is fully installed. this leads to people click on the install button even though dbt will be installed automatically a few seconds later. (the second issue with this is also that the extension doesn't detect dbt after the first failed attempt to find dbt and needs a complete restart of vscode)

OneCyrus avatar Jan 24 '24 12:01 OneCyrus

the main problem with the first one is that there is a timing issue with the extension installation and the installation of the dbt dependency. basically the extension starts before dbt is fully installed. this leads to people click on the install button even though dbt will be installed automatically a few seconds later.

@anandgupta42 : I think you solved that issue, could you advice here?

mdesmet avatar Jan 24 '24 12:01 mdesmet

@anandgupta42 : Please provide your solution where you install dbt prior to launching vscode in codespaces.

mdesmet avatar Mar 13 '24 03:03 mdesmet

looks like others feel the same pain

https://github.com/AltimateAI/vscode-dbt-power-user/issues/1049

OneCyrus avatar Apr 25 '24 05:04 OneCyrus

We have added a setting to disable setup walkthrough: https://docs.myaltimate.com/setup/optConfig/#disable-setup-walkthrough-pop-up

anandgupta42 avatar May 06 '24 04:05 anandgupta42