-
Notifications
You must be signed in to change notification settings - Fork 121
Tools telemetry #2429
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
base: main
Are you sure you want to change the base?
Tools telemetry #2429
Conversation
fe94670
to
d55c0ba
Compare
@@ -28,7 +28,7 @@ export async function updateCopilotInstructions( | |||
} | |||
|
|||
if (isExtensionInstructionsConfigured(globalStateUri)) { | |||
if (userInvoked) { | |||
if (trigger === "Command") { |
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.
Drive-by bugfix : we were showing the "copilot instructions for Q# are already configured" message whenever the user invoked "create project" to create a new Q# project. Which was nonsensical.
This has a lot more changes than I was expected, but then I also see it has a bunch of merge conflicts, so maybe some extraneous code? I'll hold off reviewing until it's up to date with main. |
…tarks/telemetry
@billti resolved the conflicts. a little better. |
Adds telemetry for copilot tools.