mkloubert / vscode-kanban

Kanban board for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=mkloubert.vscode-kanban
GNU Lesser General Public License v3.0
283 stars 52 forks source link

Move tab to another window #3

Closed samael205 closed 6 years ago

samael205 commented 6 years ago

Hello,

I do not have the possibility to move the kanban tab to another open window of VSCode. Normally when I do this with other files, they act as if the tab is copied in the other tab and they belong both open, but this with the extension I can not do it.

mkloubert commented 6 years ago

@samael205

Sorry for the late answer: I think the problem is, that this is currently not supported by the WebView API of Visual Studio Code. Only editor tabs can be moved, but no browser based ones.