Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting include_params to false still produces all parameters #563

Open
alishobeiri opened this issue May 27, 2024 · 0 comments
Open

Setting include_params to false still produces all parameters #563

alishobeiri opened this issue May 27, 2024 · 0 comments

Comments

@alishobeiri
Copy link

alishobeiri commented May 27, 2024

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:
image

I have also tried hardcoding the parameters in pylsp.schama.json as part of the jupyter_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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant