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

lsp-openscad: fix completion when using plists #4120

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

fredericgiquel
Copy link
Contributor

When using plists, completion from lsp-openscad is disabled because the server returns an empty list of completion options.

This empty list is parsed as null/nil when using plists. It seems to be a common problem with plists but I didn't find a generic solution in the current lsp-mode code (tell me if I'm wrong). So I wrote a little fix specific to lsp-openscad.

@github-actions github-actions bot added the client One or more of lsp-mode language clients label Aug 3, 2023
@yyoncho yyoncho merged commit dbcc37f into emacs-lsp:master Oct 27, 2023
15 of 17 checks passed
@fredericgiquel fredericgiquel deleted the openscad-plists branch November 19, 2023 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client One or more of lsp-mode language clients
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants