make LRU cache configurable

This commit is contained in:
Aleksey Kladov 2019-06-07 20:49:29 +03:00
parent 15668119de
commit fed52706de
8 changed files with 48 additions and 11 deletions

View file

@ -35,7 +35,8 @@ export class Server {
initializationOptions: {
publishDecorations: true,
showWorkspaceLoaded:
Server.config.showWorkspaceLoadedNotification
Server.config.showWorkspaceLoadedNotification,
lruCapacity: Server.config.lruCapacity
},
traceOutputChannel
};