Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use client ID as fallback for diagnostics collection (#1445)
* Use client ID as fallback for diagnostics collection This sets the language client ID as a fallback for the diagnostics collection name. If no collection name is provided, VSCode generates one. This name is visible in the diagnostics table view of the problems panel. * Use nullish coalescing to fallback to the id This means the name can be set to an empty string. --------- Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
- Loading branch information