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
There is the onDidChangeActiveEditor vs onDidChangeActiveTextEdtor which is very confusing, then there is Webview#editorType which is also confusing and I don't understand why. Isn't a webview just a thing like a terminal or an output channel?
The text was updated successfully, but these errors were encountered:
I believe it needs a new concept. Maybe something like const activePart: TextEditor | Webview | TreeView | OutputChannel | any;. We have similar requests already, folks want to know if focus is in a contributed tree, or they want to interact with an output channel. We should think about this in a wider scope.
re #44466
There is the
onDidChangeActiveEditor
vsonDidChangeActiveTextEdtor
which is very confusing, then there isWebview#editorType
which is also confusing and I don't understand why. Isn't a webview just a thing like a terminal or an output channel?The text was updated successfully, but these errors were encountered: