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
On the VSCode widget , when the action tabs are clicked. VSCode is tries to open up a new page on the browser with the address https://file+.vscode-resource.vscode-webview.net/ followed by the path location to the ipynb file. This might be resulting from how the tabs are built into React and how this interacts with the VSCode environment, whereas the Toggle button is directly built into ipywidget itself.
Temporary fix suggested by @tomsing1: Shift + arrow keyboard shortcuts work for moving between the tabs for now.
The text was updated successfully, but these errors were encountered:
Originally posted by @tomsing1 in lux-org/lux#167 (comment)
On the VSCode widget , when the action tabs are clicked. VSCode is tries to open up a new page on the browser with the address
https://file+.vscode-resource.vscode-webview.net/
followed by the path location to the ipynb file. This might be resulting from how the tabs are built into React and how this interacts with the VSCode environment, whereas the Toggle button is directly built into ipywidget itself.Temporary fix suggested by @tomsing1:
Shift + arrow
keyboard shortcuts work for moving between the tabs for now.The text was updated successfully, but these errors were encountered: