Navigation Menu

Skip to content
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

Added the VSCode-SessionId for extension queries Issue2961 #153271

Merged
merged 5 commits into from Jun 28, 2022

Conversation

prashantvc
Copy link
Contributor

Added the VSCode-SessionId for extension queries

@prashantvc prashantvc dismissed a stale review via d9ccb7e June 27, 2022 10:16
@sandy081 sandy081 added this to the June 2022 milestone Jun 27, 2022
@@ -153,3 +158,51 @@ suite('Extension Gallery Service', () => {
return { version, targetPlatform } as IRawGalleryExtensionVersion;
}
});

class MockTelemetryService implements ITelemetryService {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use the NullTelemetryService instead

export const NullTelemetryService = new NullTelemetryServiceShape();

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, fixed it!
What is the best way to send PR, should I talk to you first?
I am still getting familiar with the code base; I don't want to be wasting your time in review :)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Either way works. If it is a small one like this, you can go ahead and create a PR like here and ask for review. If its a big change reaching out and discussing will definitely save time for you 👍

@prashantvc prashantvc requested a review from sandy081 June 28, 2022 07:59
@sandy081 sandy081 merged commit a69f95f into microsoft:main Jun 28, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Aug 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants