Open rhildred opened 1 year ago
Little bit more info on this one. I found a place to set the active tab. It seemed to help, but when you change a file, lets say index.html, and go to the preview to see your change and then go update the README.md for instance, the active tab stays the index.html. Typing goes in that tab, even though the README is visible.
when I click on a file in the treeview, that file becomes the active tab in the editor. When I click on a tab in the dockview the active file in the treeview becomes active. You end up with typing in the wrong file.
It looks like I need to find/create a place to call
panel.api.setActive();
like happens in panel.ts when we open a file from the treeview.