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

Introduce ISignService #75200

Merged
merged 4 commits into from
Jun 11, 2019
Merged

Introduce ISignService #75200

merged 4 commits into from
Jun 11, 2019

Conversation

isidorn
Copy link
Contributor

@isidorn isidorn commented Jun 10, 2019

This PR introduces the ISignService and provides two implementations: one for the browser and one for node.

This PR also adopts the ISignService for the RemoteAgentConnection and for the Debug handshake.

Note that this PR does not change how we actually sign. Just restructures the code such that we have a centralized place where we do this - a service.

Fixes #74398

fyi @weinand @aeschli

@isidorn isidorn added this to the June 2019 milestone Jun 10, 2019
@isidorn isidorn requested a review from bpasero June 10, 2019 13:34
@isidorn isidorn self-assigned this Jun 10, 2019
src/vs/code/electron-main/app.ts Outdated Show resolved Hide resolved
@weinand weinand self-requested a review June 11, 2019 08:02
Co-Authored-By: Benjamin Pasero <[email protected]>
Copy link
Contributor

@weinand weinand left a comment

Choose a reason for hiding this comment

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

LGTM

isidorn added 2 commits June 11, 2019 11:47
…rted multiple times, The ones after the first will not throw an error. And this will break the contract of the sign method
@isidorn isidorn merged commit 18f4630 into master Jun 11, 2019
@isidorn isidorn deleted the isidorn/signservice branch June 11, 2019 10:57
@github-actions github-actions bot locked and limited conversation to collaborators Mar 28, 2020
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.

Avoid __nodeRequire()
3 participants