Open
Description
How to setup "initialise" parameters, in my case for metals.
According to the metals docs
https://scalameta.org/metals/docs/integrations/new-editor#initialize
It should be possible exchange some settings on initialization, which dictate the "features" enabled, or triggered in the language kernel, for example
"compilerOptions.completionCommand" : "editor.action.triggerSuggest"
How does jupyterlab-lsp negotiate initilisation? Is is possible to sent such commands to the language server on initialisation?