gas-github
gas-github copied to clipboard
Multiple tab issues
when opening multiple gas editor tabs, the extension's got strange behavior sometimes.
I have 2 add-ons with the same name, one for docs, one for slides. They each have their own BitBucket repo. When only one is open, it pulls correctly from it's own repo. When I open both, each in their own tab, the navbar shows the correct repo for each add-on and the first to open pulls from it's correct repo but the second to open pulls from the first's repo.
This is also an issue for me -- I have a similar workflow where I have multiple tabs open with multiple GAS projects. When I try to use the gas-github extension from one of these tabs it'll affect what's going on in the other (steps to reproduce: Create two projects, pull code from the same repo to each of the projects, make a change in the first one and commit it, pull from the first and it'll say it's up to date, pull from the second and it'll say it's up to date also (instead of pulling down the changes which haven't been applied to the second project yet)).