You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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?
The text was updated successfully, but these errors were encountered:
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
toJedi
. There is a configuration optionjedi.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: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?
The text was updated successfully, but these errors were encountered: