-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Remove the 'intent' subsystem from roslyn #79179
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
@pgroene for visibility as well. |
@@ -28,7 +27,7 @@ internal interface IIntentSourceProvider | |||
internal readonly struct IntentRequestContext(string intentName, SnapshotSpan currentSnapshotSpan, ImmutableArray<TextChange> textEditsToPrior, TextSpan priorSelection, string? intentData) |
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 this code already dead, so it's just a matter of time of deleting the code from the callers too?
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.
yes.
We are still using the intents. This would block us from upgrading to the Newest Roslyn version if needed. |
Gotcha. Sorry for the misunderstanding. I will restore. |
this was an early ML subsystem that predates copillot. We are not continuing this experiment.