-
Notifications
You must be signed in to change notification settings - Fork 758
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
[2201.11.0] Integrate "fast-run" support to the debug server #43703
[2201.11.0] Integrate "fast-run" support to the debug server #43703
Conversation
...gserver-commons/src/main/java/org/ballerinalang/langserver/commons/workspace/RunContext.java
Outdated
Show resolved
Hide resolved
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.
LGTM
efbc2df
to
ea7bed8
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2201.11.0-stage #43703 +/- ##
=====================================================
- Coverage 77.31% 77.30% -0.02%
- Complexity 58776 58795 +19
=====================================================
Files 3525 3526 +1
Lines 221434 221562 +128
Branches 28778 28784 +6
=====================================================
+ Hits 171202 171277 +75
- Misses 40583 40633 +50
- Partials 9649 9652 +3 ☔ View full report in Codecov by Sentry. |
As per the discussion had with the team, decided to prioratize this for Update 12 (as this will require changes from the VSCode plugin side, but there's no plan to release a new plugin version for U11). Hence closing the PR |
Purpose
$subject.
Resolves #43702.
Samples
Check List