You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The task run successfully on VSC 1.63.2 But failed on VSC 1.64.0 and got syntax error
File name, directory name or volume label syntax is incorrect
Investigating the commands VSC executed, and find the difference below
VSC 1.63.2:
The command surround by Double Quotes on 1.63.2 which can be run successfully
The terminal process "C:\WINDOWS\System32\cmd.exe /d /c "...\.venv\Scripts\activate && python -m robot" --loglevel TRACE:INFO --outputdir report Test.robot"
VSC 1.64.0:
The command surround by Single Quotes on 1.64.0 which caused syntax error
The terminal process "C:\WINDOWS\System32\cmd.exe /d /c '...\.venv\Scripts\activate && python -m robot' --loglevel TRACE:INFO --outputdir report Test.robot"
The text was updated successfully, but these errors were encountered:
Does this issue occur when all extensions are disabled?: Yes/No
Yes
Steps to Reproduce:
But failed on VSC 1.64.0 and got syntax error
Investigating the commands VSC executed, and find the difference below
VSC 1.63.2:
The command surround by Double Quotes on 1.63.2 which can be run successfully
VSC 1.64.0:
The command surround by Single Quotes on 1.64.0 which caused syntax error
The text was updated successfully, but these errors were encountered: