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

Schema appears incorrect for rope.extensionModules #590

Open
shipmints opened this issue Aug 16, 2024 · 0 comments
Open

Schema appears incorrect for rope.extensionModules #590

shipmints opened this issue Aug 16, 2024 · 0 comments

Comments

@shipmints
Copy link

Been attempting to audit Emacs eglot configurations vs. pylsp logs and behaviors (a frustrating and time-consuming process).

pylsp code says; e.g.

return {
"rope": {"extensionModules": MODULES},
self.__rope.prefs.set(
"extension_modules", rope_config.get("extensionModules", [])

Yet the schema says string and not array.

"pylsp.rope.extensionModules": {
"type": [
"string",

Is this innocuous or does it have negative effects? Do the rest of the entries need auditing is a question this raises...

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