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
The right thing to do outside Positron is to use the default action, i.e. open in a web browser. So we should not set up that option unless Positron is connected. Ideally Positron would inject the option via its init file. Or the UI comm could launch an idle task to do it, but there would a short time where the option is not set with this approach.
The text was updated successfully, but these errors were encountered:
Right now we always override
options(browse =)
and add our special Positron specific behavior. This isn't great for Jupyter kernelsark/crates/ark/src/browser.rs
Lines 37 to 59 in 738afba
From @lionel-
The text was updated successfully, but these errors were encountered: