firebase / firebase-tools

The Firebase Command Line Tools
MIT License
3.97k stars 917 forks source link

Automatically start the emulator when the extension starts #7233

Closed rrousselGit closed 1 month ago

rrousselGit commented 1 month ago

Description

This starts the data-connect emulator when the extension starts.

Alongside it, the emulator states is now visible in the statusbar. And clicking on it opens the RC file.

This also removes the previous "start/stop emulator" buttons and commands.

Scenarios Tested

Sample Commands

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 54.05%. Comparing base (f8bb9a4) to head (db6092f). Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #7233 +/- ## ======================================= Coverage 54.05% 54.05% ======================================= Files 386 386 Lines 26111 26113 +2 Branches 5363 5365 +2 ======================================= + Hits 14114 14116 +2 Misses 10733 10733 Partials 1264 1264 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

rrousselGit commented 1 month ago

Let me update this with the postgres logic