You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the problem that I see branch names of project A in the logging data of project B.
I guess this happens when I have project A open in VSCode and then open a website that is associated to project B in the browser extension settings. It will log into project B, but with the branch name of project A that is opened in VSCode.
It should not get the branch from VSCode in this case, before it was "Unknown" and that was much better than branch name from a different project. At least it should check if the project in both matches.
Idea: Maybe it could use the domain as branch name for web instead, that would be helpful and better than "Unknown".
The text was updated successfully, but these errors were encountered:
Hi,
I got the problem that I see branch names of project A in the logging data of project B.
I guess this happens when I have project A open in VSCode and then open a website that is associated to project B in the browser extension settings. It will log into project B, but with the branch name of project A that is opened in VSCode.
It should not get the branch from VSCode in this case, before it was "Unknown" and that was much better than branch name from a different project. At least it should check if the project in both matches.
Idea: Maybe it could use the domain as branch name for web instead, that would be helpful and better than "Unknown".
The text was updated successfully, but these errors were encountered: