Results 4 issues of Tao

### Details This is a followup PR for #16043. After we remove the redirection ui in the deep link component, We no longer need to update the `appInstallationCheckStatus` variable. We...

### Is there an existing request? - [X] I have searched for this request ### Describe the feature request #### a concise description of the request Supports setting the focus...

enhancement

### 🔎 Search Terms "constructor" ### 🕗 Version & Regression Information - This changed between versions v5.6 and v5.8.3 - This changed in commit or PR #58640 - This is...

Bug
Help Wanted

1. when I launch lsp server with `--encoding utf-8` and then send a request, server writes BOM to stdout first: because `Encoding.GetEncoding("utf-8")` gets utf-8 encoding with BOM https://github.com/OmniSharp/omnisharp-roslyn/blob/258e5d0789940b439187c94d4bc54eb652c56bb2/src/OmniSharp.Stdio.Driver/Program.cs#L27-L29 2. If...