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

bash receives incorrect build path #83023

Closed
v-andrew opened this issue Oct 21, 2019 · 4 comments
Closed

bash receives incorrect build path #83023

v-andrew opened this issue Oct 21, 2019 · 4 comments
Labels
*duplicate Issue identified as a duplicate of another issue(s) tasks Task system issues

Comments

@v-andrew
Copy link

  • VSCode Version: 1.39.2
  • OS Version: Windows 10

Steps to Reproduce:

  1. Set bash as default shell
  2. Run build task for typescript project
> Executing task: tsc -p d:\node\test-slack-bot\tsconfig.json <

error TS5058: The specified path does not exist: 'd:nodetest-slack-bottsconfig.json'.
The terminal process terminated with exit code: 1

Does this issue occur when all extensions are disabled?: Yes

@vscodebot
Copy link

vscodebot bot commented Oct 21, 2019

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@v-andrew
Copy link
Author

Build works when you set build task to us power-shell, however there is an annoying bug #83021

@alexr00
Copy link
Member

alexr00 commented Oct 22, 2019

We try to do some path manipulation to help with issues like this, but we can't reliably tell when a parameter should have this done. This is absolutely a bug, but not one that can be easily fixed. Would likely be helped by #38381, so marking as a duplicate of that.

@alexr00 alexr00 added *duplicate Issue identified as a duplicate of another issue(s) tasks Task system issues labels Oct 22, 2019
@vscodebot
Copy link

vscodebot bot commented Oct 22, 2019

Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines.

Happy Coding!

@vscodebot vscodebot bot closed this as completed Oct 22, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Dec 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) tasks Task system issues
Projects
None yet
Development

No branches or pull requests

2 participants