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
futurist
changed the title
adding the ability to redirect current tab to another URL
adding the ability to redirect current tab to another URL/link
Sep 30, 2021
Some times a code-server editor is a part of dev flow.
After 3.9.2, there's no way for an extension to redirect the current tab to another URL.
Before that, we can use
--home
flag to specify a URL then useworkbench.actions.goHome
command to redirect current tab.Seeing the removal of
Go Home
menu, but want to keep add back the ability to redirect current tab to another URL.Since code-server always runs in a browser, I think it's reasonable for this feature.
Related issue: #3237
The text was updated successfully, but these errors were encountered: