apex-dev-tools / apex-ls

Apex language server library
Other
2 stars 1 forks source link

Add RPC to enable indexer #204

Closed nawforce closed 1 year ago

nawforce commented 1 year ago

Currently we can only enable the indexer via a ServerOps call, for RPC clients we could do with either a method or to modify open(). We have a few config options already so adding another does not look like a great idea, instead we could add a second open() method that takes option arguments and then deprecate the existing methods once clients have been moved over.