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.
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 + arrowkeyboard shortcuts work for moving between the tabs for now.