Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Feature: Support Inlay Hint #453
Feature: Support Inlay Hint #453
Changes from all commits
84fa4dd
19d6585
a4fae36
5e0648c
a75a2b8
b4172dc
3105227
c73fa08
49b79df
935a8df
8b41f21
f46998e
a2562c6
834af28
4c2bad3
a3457d9
f43ef11
f4e9f1d
0e38c52
29b77d1
fefee51
b995ac2
91ecfe8
516f701
5ee6f66
13be958
7bd68f2
02f080a
a4353ef
674e8be
9a30439
b8d1ece
bd4cfdd
bc5494c
6921165
13b804a
2d03db2
58d3d67
83a7d74
c185c0a
9b4bac9
fc3e3f9
99bd073
65fe0ec
21338b0
de032db
dfe05f1
4df48ae
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a special reason to restart only when this specific setting changes?
I imagine as a user I would be quite confused "I think last time I could just change setting, this time I need to restart, strange...".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's only restarted automatically when required. Some configs can be changed on the fly, but other configs require restarting the server because they affect how the lsp is instantiated. If we don't have this then the user would need to be promoted to restart the server manually to have their config take effect.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The question is why not the other changes too.
How do I know other configs don't need restarting the server?
And if they don't need restating the server today, how do I know they don't need to restart the server tomorrow.
And if tomorrow they will need a restart, what are the chances the person doing the change will think of that, realise this piece of code exists, and come here to update it?
Overall, why special case thins config, is the question.