mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
feat: Allow viewing the full compiler diagnostic in a readonly textview
This commit is contained in:
parent
e162d5800a
commit
073a63b93e
6 changed files with 84 additions and 12 deletions
|
@ -179,7 +179,8 @@ export class Ctx {
|
|||
this.traceOutputChannel,
|
||||
this.outputChannel,
|
||||
initializationOptions,
|
||||
serverOptions
|
||||
serverOptions,
|
||||
this.config
|
||||
);
|
||||
this.pushClientCleanup(
|
||||
this._client.onNotification(ra.serverStatus, (params) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue