close
Skip to content

Added the VSCode-SessionId for extension queries Issue2961#153271

Merged
sandy081 merged 5 commits into
microsoft:mainfrom
prashantvc:issue2961
Jun 28, 2022
Merged

Added the VSCode-SessionId for extension queries Issue2961#153271
sandy081 merged 5 commits into
microsoft:mainfrom
prashantvc:issue2961

Conversation

@prashantvc
Copy link
Copy Markdown
Contributor

Added the VSCode-SessionId for extension queries

Adding the `VSCode-sessionId` header to extension query request
Comment thread src/vs/platform/extensionManagement/common/extensionGalleryService.ts Outdated
@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
}
});

class MockTelemetryService implements ITelemetryService {
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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.

2 participants