document feature flags

This commit is contained in:
Aleksey Kladov 2019-10-25 09:00:30 +03:00
parent c02f1165ca
commit dc65219ae1
5 changed files with 20 additions and 21 deletions

View file

@ -42,8 +42,6 @@ export class Server {
documentSelector: [{ scheme: 'file', language: 'rust' }],
initializationOptions: {
publishDecorations: true,
showWorkspaceLoaded:
Server.config.showWorkspaceLoadedNotification,
lruCapacity: Server.config.lruCapacity,
excludeGlobs: Server.config.excludeGlobs,
useClientWatching: Server.config.useClientWatching,