Visual Studio Team Services extension which allows users to open queries in Power BI.
I would like to thank my wife Agata who had an amazing idea to create this extension and supported me in the development efforts.
This extension has been created as a personal side project and does not represent my employer's view or plans in any way.
For the short dev-loop update vss-extension.json
and add baseUri
option. Then you can publish extension and start dev server with npm run dev-server
. This creates great environment for local development.
"baseUri": "https://localhost:8080/",
npm run dev-server
2.2.0 (2018-11-15)