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

Integrate refactoring changes (pt. VI) #142

Merged
merged 4 commits into from
Mar 13, 2024
Merged

Conversation

razzmatazz
Copy link
Owner

@razzmatazz razzmatazz commented Mar 11, 2024

Next PR for gradual integration of #102 by @tcx4c70

Follows #135

@razzmatazz razzmatazz changed the title CSharpLanguageServer.Handlers: import placeholer handlers from rework branch Integrate refactoring changes (pt. V) Mar 11, 2024
tcx4c70 and others added 3 commits March 12, 2024 09:04
Before initialization of WorkspaceManager, we can't handle any requests.
However, client might send several time-consuming requests during the
period, e.g. `textDocument/codeLens`, `textDocument/semanticTokens/full`
and `textDocument/inlayHint`. Even if we send some error responses to
client (such as "Server is not ready"), client will retry the requests
soon.

Hence, layzily register the capabilities such that client will send the
requests to us during initialization.
…gisterCapability with try/with and log the process
@razzmatazz razzmatazz merged commit 4732130 into master Mar 13, 2024
2 checks passed
@razzmatazz razzmatazz deleted the integration-from-rework-iv branch March 13, 2024 07:11
@razzmatazz razzmatazz changed the title Integrate refactoring changes (pt. V) Integrate refactoring changes (pt. VI) Mar 19, 2024
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.

2 participants