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

remove start command #3

Merged
merged 1 commit into from Oct 4, 2022
Merged

remove start command #3

merged 1 commit into from Oct 4, 2022

Conversation

burkeholland
Copy link
Contributor

As of right now, starting a long-running process like one via npm start doesn’t resolve in the terminal. So if the user wants to cancel the dev server, the port will remain locked in the background and the only way to kill it would be to run lsof -i tcp:<PORT>.

I recommend not starting the server automatically until devcontainers/spec#83 is resolved.

@saragibby
Copy link
Contributor

Thanks @burkeholland for taking the time to check this out, and bring up the npm start issue. I reached out to the GitHub team to see progress on this so we know when it will be resolved so that we can enable it. For now, good call to remove.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants