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

The second target can not be executed if the first one is holding the terminal. #501

Open
ding-hai opened this issue Sep 10, 2023 · 2 comments
Labels
enhancement New feature or request Feature: launch Debug/Run
Milestone

Comments

@ding-hai
Copy link

ding-hai commented Sep 10, 2023

when I try to run multiple targets sequentially , the first one is a server , it will run until you kill it by CTL-C.
At this time, I would like to execute the second target, which is a client to the server. I notic that Makefile Tools just paste the second binary path under the same terminal with the first one, but the terminal is hold by the server program.

The version of vscode is :

Version: 1.82.0 (Universal)
Commit: 8b617bd08fd9e3fc94d14adb8d358b56e3f72314
Date: 2023-09-06T22:09:41.364Z
Electron: 25.8.0
ElectronBuildId: 23503258
Chromium: 114.0.5735.289
Node.js: 18.15.0
V8: 11.4.183.29-electron.0
OS: Darwin x64 22.4.0

the Makefile Tools version is v0.7.0.
My System is MacOS Ventura Version 13.3.1

There are three target in this projects.
Screenshot 2023-09-10 at 21 36 09

Tasks

Preview Give feedback
No tasks being tracked yet.
@ding-hai ding-hai changed the title The second target can not be executed if the first hold the terminal. The second target can not be executed if the first one holding the terminal. Sep 10, 2023
@ding-hai ding-hai changed the title The second target can not be executed if the first one holding the terminal. The second target can not be executed if the first one is holding the terminal. Sep 10, 2023
@gcampbell-msft
Copy link
Collaborator

@ding-hai Thanks for the suggestion! This seems like a feature request to add user ability to control how the targets are invoked.

@gcampbell-msft gcampbell-msft added enhancement New feature or request Feature: launch Debug/Run labels Sep 12, 2023
@gcampbell-msft gcampbell-msft added this to the Backlog milestone Sep 12, 2023
@ding-hai
Copy link
Author

yes, it is a feature request.
It's very common for a project that contains multiple executable binary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Feature: launch Debug/Run
Projects
None yet
Development

No branches or pull requests

2 participants