Prevent terminal to be DBT terminal by default?
See original GitHub issueJust recently picked up the new release and now every time I start vscode the default terminal is “DBT” (btw dbt should not be capitalised according to their guidelines --minor comment).
I wonder if there is a way to have this terminal not be activated or selected by default?
Alternatively an option to not run dbt ls
at start up (#38 ) would work but it’s a sad solution.
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (11 by maintainers)
Top Results From Across the Web
dbt Command reference - dbt Developer Hub
dbt Command reference · build: build and test all selected resources (models, seeds, snapshots, tests) · clean (CLI only): deletes artifacts ...
Read more >About the CLI | dbt Developer Hub
Run your project from the command line: macOS ships with a default Terminal program, however you can also use iTerm or the command...
Read more >Global Configs | dbt Developer Hub
By default, dbt includes print() messages in standard out (stdout). You can use the NO_PRINT config to prevent these messages from showing up...
Read more >run | dbt Developer Hub
dbt run executes compiled sql model files against the current target database. dbt connects to the target database and runs the relevant SQL ......
Read more >CLI overview - dbt Developer Hub
Use `pwd` to ensure that your terminal's working directory is your dbt project. Once you verify your dbt project is your working directory, ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@mdesmet makes sense yeah, I don’t know if anyone is running into the same behaviour as me, but at least this option means I’ll be able to not be constantly “annoyed” by the new terminal focus. Thanks a lot for looking into this!
Hi @bastienboutonnet ,
I’ve added a flag to disable the automatic listing. But i prefer to keep the issue open until we better understand what’s going on, or for other people to see.
Here is how to setup the flag: