-
Notifications
You must be signed in to change notification settings - Fork 10
Add a tool to get the active cursor location #116
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
Conversation
@@ -220,8 +225,10 @@ base mixin DartToolingDaemonSupport | |||
await updateActiveVmServices(); | |||
case 'debugSessionStopped': | |||
await activeVmServices | |||
.remove((e.data['debugSession'] as DebugSession).id) | |||
.remove(e.data['debugSessionId'] as String) |
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.
This is an unrelated bug fix that I snuck in here, I can separate it out if we want
PR HealthChangelog Entry ✔️
Changes to files need to be accounted for in their respective changelogs. |
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.
add to list of tools in the readme
autosubmit label was removed for dart-lang/ai/116, because - The status or check suite build (stable) has failed. Please fix the issues identified (or deflake) before re-applying this label. |
Similar to the selected widget tool this should help the AI get some context as to what the user is talking about.
Just directly forwards the last event received from DTD.