sourcegraph / javascript-typescript-langserver

JavaScript and TypeScript code intelligence through the Language Server Protocol
https://sourcegraph.com
Apache License 2.0
793 stars 72 forks source link

Support for `configure` requests? #668

Open romandecker opened 4 years ago

romandecker commented 4 years ago

Hey!

I was wondering if this project supports what tsserver calls the configure request. I would like to configure the importModuleSpecifier setting to relative, to be exact. Not sure how I would go about this though.

Here's the corresponding vscode setting: iU5Cv

Any ideas?