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

Dev Containers - Create Multiple Terminal Windows When a Command is An Object (Consistent With GitHub Codespaces) #9634

Closed
davidteather opened this issue Mar 5, 2024 · 5 comments
Assignees
Labels
containers Issue in vscode-remote containers feature-request Request for new features or functionality

Comments

@davidteather
Copy link

When defining a command like

"postAttachCommand": {
		"website": "cd website && npm run dev",
		"api": "cd backend/api && go run cmd/main.go",
		"event_listener": "cd backend/event-listener && go run cmd/main.go"
	},

Currently VS Code Locally Dev Container will run all of these in the same terminal window
image

However, it would be really nice if this worked like how GitHub Codespaces currently does, which spawns a different terminal window for each command specified in that object.
image

@akosyakov
Copy link

Another difference between Codespaces and the devcontainer extension that terminals are reused between window reload, i.e. postAttachCommand does not seem to run multiple times in Codespaces. With the devcontainer extension although each window reload would create more and more processes.

@chrmarti chrmarti added the feature-request Request for new features or functionality label Dec 13, 2024
@vs-code-engineering vs-code-engineering bot added this to the Backlog Candidates milestone Dec 13, 2024
Copy link

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 10 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

Copy link

This feature request has not yet received the 10 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation.

Happy Coding

Copy link

🙁 In the last 60 days, this feature request has received less than 10 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@vs-code-engineering vs-code-engineering bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 13, 2025
@davidteather
Copy link
Author

womp womp 😔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
containers Issue in vscode-remote containers feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

4 participants