lkytal / quickTask

Task runner and manager extension for VSCode
https://lkytal.github.io/quickTask/
GNU Affero General Public License v3.0
11 stars 7 forks source link

path quoting issue #33

Closed Enteleform closed 5 years ago

Enteleform commented 5 years ago

It appears that target paths are not properly quoted before being passed as an argument to their executing program. I ran into this issue while attempting to execute a Python script, although it may affect other task types as well.

Here is Quick Task's terminal output when attempting to execute a Python script from the quicktask.showTasks menu:

C:\Some Path With Spaces> python C:\Some Path With Spaces\__main__.py
python: can't open file 'C:\Some': [Errno 2] No such file or directory
harshitsilly commented 5 years ago

for me also the same issue. I find out the issue is when you are using git bash as default terminal .. u will be good with command prompt

Enteleform commented 5 years ago

@harshitsilly

I find out the issue is when you are using git bash as default terminal .. u will be good with command prompt

I'm actually having this issue with Windows 10's Command Prompt.

lkytal commented 5 years ago

Shall be fixed in version 3.5.4.