gas-github icon indicating copy to clipboard operation
gas-github copied to clipboard

Multiple tab issues

Open leonhartX opened this issue 7 years ago • 2 comments

when opening multiple gas editor tabs, the extension's got strange behavior sometimes.

leonhartX avatar Nov 20 '17 06:11 leonhartX

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.

zenlan avatar Feb 12 '18 11:02 zenlan

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)).

andrewmoise avatar Nov 07 '19 17:11 andrewmoise