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
[W-20920750] fix: prevent duplicate output tabs in browser mode (#189)
fix: prevent duplicate output tabs in browser mode
Pass existing workerServerOutputChannel to LanguageClient in browser mode
to prevent LanguageClient from auto-creating its own default output channel.
This ensures all logs go to a single output tab instead of creating duplicates.
0 commit comments