bricks-cloud / vscode

The VS Code extension of Bricks, meant to be used with the main Bricks repository.

Home Page:https://bricks-tech.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option to don't show popups on start

donfour opened this issue · comments

Is your feature request related to a problem? Please describe.

I have a first small point of feedback. The plugin gives a popup to start it every time I open VSCode, so I have disabled it for now because I open and close VSCode very often. Could you add an option in the popup to not show again? Right now I activate the plugin again when I want to try it.

  • Feedback from user (Christian Vogel)

For each popup, we could add a button that says "Don't show again". Clicking on it will set a config (e.g. bricksDesignToCode.showWelcomeMessage) to false.