-
Notifications
You must be signed in to change notification settings - Fork 18
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
More lsp changes #1313
More lsp changes #1313
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1313 +/- ##
=========================================
Coverage 83.59% 83.59%
Complexity 4136 4136
=========================================
Files 373 373
Lines 11989 11989
Branches 1410 1410
=========================================
Hits 10022 10022
Misses 1220 1220
Partials 747 747 ☔ View full report in Codecov by Sentry. |
ide-lsp/src/main/java/org/aya/lsp/server/AyaLanguageServer.java
Outdated
Show resolved
Hide resolved
I don't see how the TODOs can be fixed immediately, nor am I sure about what should we lock. Naïvely we would just turn all the methods who mutate |
TODO:
AyaLanguageServer