jupyterlab-lsp
jupyterlab-lsp copied to clipboard
Need help with LS settings file
Hello, I am a newbie trying to get the language server on my JupyterLab (Lab is run on a docker without conda). From the readme I understand that I can provide configurations like yaml.completion
, yaml.schemas
etc. I am not clear on where should they be added.
Do I need to create file a called say settings.json
(or what is the correct_name.ext ? ) and populate these configs.? If so where do I place this config file?
Thank you for your time.