Open tsmaeder opened 7 months ago
Remove the workaround from https://github.com/eclipse-theia/theia/pull/13673 once we have a fix here.
Turns out this problem leads to pretty much all commands from typescript-language-features
being disabled, even stuff that is not context dependent like "restart tsserver".
Bug Description:
When starting up typescript-language-features 1.881 the context key
typescript.isManagedFile
is never set. Analyzing the problem led to finding out that the extension fails to find the active typescritpt editor due to this comparison failing for the single open editor:editor.viewColumn
is one andtab.group.ViewColumn
is 2, but there is only one editor open.Steps to Reproduce:
n/a
Additional Information