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

Support session from lsp initialization params #29

Closed
chipsenkbeil opened this issue Aug 18, 2021 · 2 comments
Closed

Support session from lsp initialization params #29

chipsenkbeil opened this issue Aug 18, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@chipsenkbeil
Copy link
Owner

chipsenkbeil commented Aug 18, 2021

To support neovim plug-in, we need way to get a session securely. For normal client, the stdin option is most secure, but neovim native lsp doesn't provide control to send a stdin line before initialization.

Instead, we should parse an initialization request first and extract out a session included in initialization params before forwarding it along.

Should be included in initializatianOptions defined in to specification. Those options will be removed from the total provide as if they were never there.

@chipsenkbeil
Copy link
Owner Author

Resolved by 69af44c

@github-actions
Copy link

github-actions bot commented Jul 7, 2023

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant