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

Fix JSON false values incorrectly being encoded as nulls in code actions #183

Conversation

robbert-vdh
Copy link
Contributor

Depends on emacs-lsp/lsp-mode#4194 to fix emacs-lsp/lsp-mode#4184 for HLS. This allows the code action to populate missing class members to work. Blocked on the aforementioned PR.

@michaelpj
Copy link
Collaborator

I'm happy to use this if you think it's the right way to go. I would be open to trying to make HLS more permissive though, as I commented here: emacs-lsp/lsp-mode#4184 (comment)

@robbert-vdh
Copy link
Contributor Author

I think, at least for now, that doing both may be the way to go. Some more elaboration in the issue: emacs-lsp/lsp-mode#4184 (comment)

@michaelpj michaelpj merged commit 18a7c78 into emacs-lsp:master Jun 12, 2024
10 of 11 checks passed
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

Successfully merging this pull request may close these issues.

Parsing and encoding JSON booleans doesn't roundtrip correctly for code actions
2 participants