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

Clean up server-main.js #160094

Merged
merged 2 commits into from
Sep 15, 2022
Merged

Clean up server-main.js #160094

merged 2 commits into from
Sep 15, 2022

Conversation

aeschli
Copy link
Contributor

@aeschli aeschli commented Sep 5, 2022

Fixes #160015

Removes --pick-port. Deprecated for a year and I checked that the remote extension sdon't use it anymore.

@aeschli aeschli enabled auto-merge (squash) September 5, 2022 13:33
@aeschli aeschli self-assigned this Sep 5, 2022
@aeschli aeschli requested a review from alexdima September 5, 2022 13:34
@aeschli aeschli added this to the September 2022 milestone Sep 5, 2022
@aeschli
Copy link
Contributor Author

aeschli commented Sep 5, 2022

@alexdima Check out my fix for storing the _remoteExtensionHostAgentServer. I assume we still need this.

@aeschli aeschli merged commit 519b06e into main Sep 15, 2022
@aeschli aeschli deleted the aeschli/160015 branch September 15, 2022 10:58
@azatsarynnyy
Copy link
Contributor

Hello @aeschli @alexdima
With this patch merged, server-main.js ignores the --port argument.
That's expected considering https://github.com/microsoft/vscode/pull/160094/files#diff-f04c4484e826ffa3dbc332a191ee94458e77edd1399cd5ebbbd6bf40e95c2450L195-R196

Could you please take a look at it?
Thanks in advance!

@aeschli
Copy link
Contributor Author

aeschli commented Sep 20, 2022

Thanks a lot for finding this @azatsarynnyy. I created #161314 with the fix.

@aeschli
Copy link
Contributor Author

aeschli commented Sep 20, 2022

Oh, you already made a PR, thanks!

@azatsarynnyy
Copy link
Contributor

Thank you @aeschli for looking at it!
I forgot to mention the link to my PR #161254

aeschli pushed a commit that referenced this pull request Sep 20, 2022
After #160094 merged, `server-main.js` ignores the `--port` argument.
This patch fixes the problem.
@github-actions github-actions bot locked and limited conversation to collaborators Oct 30, 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.

Errors in server-main.js
3 participants