Pass options and indexer to workspace
parent
44a942e714
commit
940eb9787d
|
@ -261,7 +261,9 @@ class LanguageServer extends AdvancedJsonRpc\Dispatcher
|
||||||
$sourceIndex,
|
$sourceIndex,
|
||||||
$this->composerLock,
|
$this->composerLock,
|
||||||
$this->documentLoader,
|
$this->documentLoader,
|
||||||
$this->composerJson
|
$this->composerJson,
|
||||||
|
$indexer,
|
||||||
|
$initializationOptions
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue