mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 07:04:49 +00:00
add option to disable notify
This commit is contained in:
parent
007737a0e7
commit
28df377759
13 changed files with 151 additions and 71 deletions
|
@ -46,6 +46,7 @@ export class Server {
|
|||
Server.config.showWorkspaceLoadedNotification,
|
||||
lruCapacity: Server.config.lruCapacity,
|
||||
excludeGlobs: Server.config.excludeGlobs,
|
||||
useClientWatching: Server.config.useClientWatching,
|
||||
featureFlags: Server.config.featureFlags
|
||||
},
|
||||
traceOutputChannel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue