We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When we connect a branch and, at some point, user switches to that branch, we show "do you want to start the session" notification:
There should be a setting instead that allows controlling the behavior:
Notification
Settings
Start session
Auto-start
Silent
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When we connect a branch and, at some point, user switches to that branch, we show "do you want to start the session" notification:
There should be a setting instead that allows controlling the behavior:
Notification
(current and default): shows a notification withSettings
andStart session
buttons.Auto-start
: starts the session as soon as the user switches to the branch, no notification is shown.Silent
: no notification is shown, the sessions do not start automatically.The text was updated successfully, but these errors were encountered: