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

Configuration option add_bracket_after_function in Code - OSS/VSCode #332

Open
backspacedodge opened this issue Feb 13, 2025 · 0 comments
Open

Comments

@backspacedodge
Copy link

I'm using Code - OSS on Arch Linux, but the question is also relevant to the official VSCode builds as well. I went through https://github.com/pappasam/jedi-language-server and as recommended, set python.languageServer to Jedi. There is a configuration option jedi.settings.add_bracket_after_function that I'd like to set to true.

My understanding having gone through the readme, is that this should be set under initializationOptions -> jediSettings, but which file should contain these options? I assumed user -> settings.json and tried to add it in the following ways:

"[jedi-language-server]": {
       "jedi.settings.add_bracket_after_function": true,
    },

with and without [, but this seems to have not done anything (I see that the setting is greyed out with a tool tip on hover that says invalid configuration option). I've installed jedi-language-server and it's located in /usr/bin/ which is in $PATH.

Could you please share an example of where the configuration setting is supposed to be placed for VSCode?

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