microsoft / microsoft/vscode-makefile-tools
The second target can not be executed if the first one is holding the terminal.
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 242
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
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.
### Tasks
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start by reproducing sequential target execution in the VS Code terminal with a long-running server target followed by a client target, then inspect Makefile Tools' target execution and terminal handling. Done means the second target can run without requiring the first server to exit.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- devtools, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100