jsayol / vscode-firebase-explorer

Visual Studio Code extension to explore and manage your Firebase projects
https://devlibrary.withgoogle.com/products/firebase/repos/jsayol-vscode-firebase-explorer
MIT License
148 stars 22 forks source link

Not able to add account to plugin #5

Closed prgwar closed 5 years ago

prgwar commented 5 years ago

When I try to add account in the plugin I am getting error command 'firebaseExplorer.accounts.add' not found, Please help !!!

jsayol commented 5 years ago

Thanks for reporting this @prgwar! Sorry about this, I'm looking into it right now.

jsayol commented 5 years ago

I just published a new version fixing this issue (v0.2.8). It was caused by a regression introduced in the version published yesterday, in an overzealous attempt to reduce the final bundle size of the extension. Sorry about that!

Thanks again for reporting this :)