-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
Clean up server-main.js #160094
Conversation
@alexdima Check out my fix for storing the |
Hello @aeschli @alexdima Could you please take a look at it? |
Thanks a lot for finding this @azatsarynnyy. I created #161314 with the fix. |
Oh, you already made a PR, thanks! |
After #160094 merged, `server-main.js` ignores the `--port` argument. This patch fixes the problem.
Fixes #160015
Removes
--pick-port
. Deprecated for a year and I checked that the remote extension sdon't use it anymore.