mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
implement feature flags
This commit is contained in:
parent
4dd5afb7fe
commit
69bbe79c50
11 changed files with 150 additions and 36 deletions
|
@ -45,7 +45,8 @@ export class Server {
|
|||
showWorkspaceLoaded:
|
||||
Server.config.showWorkspaceLoadedNotification,
|
||||
lruCapacity: Server.config.lruCapacity,
|
||||
excludeGlobs: Server.config.excludeGlobs
|
||||
excludeGlobs: Server.config.excludeGlobs,
|
||||
featureFlags: Server.config.featureFlags
|
||||
},
|
||||
traceOutputChannel
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue