-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Initial stubs for doing analysis of copilot changes to help us drive post-change cleanup work. #78146
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
Initial stubs for doing analysis of copilot changes to help us drive post-change cleanup work. #78146
Conversation
ImmutableArray<TextChange> changes, | ||
CancellationToken cancellationToken) | ||
{ | ||
return default; |
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 will be implemented in a followup PR today.
697668a
to
c00aa0e
Compare
c00aa0e
to
52c3a04
Compare
@@ -647,6 +647,8 @@ internal enum FunctionId | |||
|
|||
Copilot_Rename = 851, | |||
|
|||
Copilot_AnalyzeChange = 860, |
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.
VSCode_LanguageServer_Started
is also 860
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.
yup!
No description provided.