-
Bug
-
Resolution: Fixed
-
Low
-
None
-
2.4
-
None
-
None
-
Severity 3 - Minor
When a project's path has a space in it and I click the Terminal icon to open a terminal to the current project, I get an error that `-bash: cd: too many arguments`. This is because the space makes it appear that there are two (or more) arguments passed to `cd`.
Escaping the path, or placing the path in quotes will make it possible to use this feature.