- VSCode Version: Code 1.14.2 (cb82feb, 2017-07-19T23:34:09.706Z)
- OS Version: Windows_NT ia32 10.0.15063
- Extensions:
| Extension |
Author (truncated) |
Version |
| cpptools |
ms- |
0.12.1 |
| csharp |
ms- |
1.11.0 |
Steps to Reproduce:
- Open an empty folder with VSCode
- Configure a new MSBuild task
- Try building (execute task)
Expected: Fails gracefully somehow
Actual: Just spins forever and never dies until I manually kill the task.
Note: this also happens when I mistype a path or something in the command to a directory that say for example doesn't exist. If the command is wrong in some way, the task will just spin forever.
Reproduces without extensions: Yes/No
Steps to Reproduce:
Expected: Fails gracefully somehow
Actual: Just spins forever and never dies until I manually kill the task.
Note: this also happens when I mistype a path or something in the command to a directory that say for example doesn't exist. If the command is wrong in some way, the task will just spin forever.
Reproduces without extensions: Yes/No