Open alishobeiri opened 6 months ago
Hi,
I am new to language servers so I very well could be making the mistake myself. However, when I pass the following settings to the language server:
{ settings: { pylsp: { plugins: { pylint: { enabled: false, }, pycodestyle: { enabled: false, }, jedi_completion: { eager: true, include_params: false, }, }, }, }, }
I still get the completions with all the parameters such as:
I have also tried hardcoding the parameters in pylsp.schama.json as part of the jupyter_lsp package and that also has not worked.
pylsp.schama.json
jupyter_lsp
Do you have tips on what might be going wrong or what I might be able to do to fix it?
Hi,
I am new to language servers so I very well could be making the mistake myself. However, when I pass the following settings to the language server:
I still get the completions with all the parameters such as:
I have also tried hardcoding the parameters in
pylsp.schama.json
as part of thejupyter_lsp
package and that also has not worked.Do you have tips on what might be going wrong or what I might be able to do to fix it?