error TS5042: Option 'project' cannot be mixed with source files on a command line. #32400
Comments
This needs some major work. The original idea was that providers of the command do the quoting since it can be rather complicated (under Linux single, double quote and escaping). But this doesn't cover variables. So I need to think about where to best do the escaping. |
Need to shift. I spent September to work on multi root for tasks. |
We discussed several solutions and agreed that the extensions contributing the tasks need some OS / Shell independent API to do command line quoting. This is major API work and needs some time. Will start to work on it in November. |
Any news ? |
This is still something that has priority to get addressed but due to the openness of the shell execution environment not so easy to address. It is assigned to a milestone for that reason and not on the backlog. But I have to admit it might not happen in February either since I went on a well deserved vacation :-) |
Steps to Reproduce:
Launch build task results in
Task manager shows the launched process as
which is missing the quotes around the tsconfig.json file path.
The text was updated successfully, but these errors were encountered: