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

Allow customization of Jedi settings in VSCodium #318

Open
Icemole opened this issue Jun 12, 2024 · 0 comments
Open

Allow customization of Jedi settings in VSCodium #318

Icemole opened this issue Jun 12, 2024 · 0 comments

Comments

@Icemole
Copy link

Icemole commented Jun 12, 2024

Hi all, I started using VSCodium very recently and I tried to setup my VSCodium instance with Jedi language server support. However, the initialization time was pretty high, and there weren't any leads on the Python Language Server terminal tab except [info] WARNING:pygls.protocol:Cancel notification for unknown message id <id>.

I found that in the Configuration tab of the repo there are several configuration files, and I could start for instance ignoring certain directories that I fear might be delaying the analysis phase (like .git, which is included by default). However, I'm not sure how to enable those, since the configuration of the Jedi language server doesn't expose any of those. I tried manually changing them in the settings.json file but they weren't recognized by the configuration. My question would be:

  1. Should I ignore the "unknown configuration settings" message? That is, if I set them in settings.json, are they being applied?
  2. If not: would it be possible to support those in the language server configuration?

Thanks in advance!

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