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
when using tasks in a folder with a space in it the task fails to move to the proper directory and breaks
To Reproduce
Create a folder with a name containing a space eg "new folder",
open the folder in CodeEdit,
create a task (this can be done either via workspace settings or making the config yourself).
for demo purposes we'll create a task that just runs pwd by going to File > Workspace Settings clicking Add Task give it a name eg pwd and in Task just put pwd.
now if you run the task it will fail with errors relating to issues running cd.
this seems to be relating to the directory not escaping " " and so cd see's the second part as another argument when trying to move to our working directory.
Expected Behavior
the task should escape " " and so properly move to our working directory
Version Information
CodeEdit: Version 0.3.3-alpha (44)
macOS: 15.1.1
Xcode: 16.0 (I used the latest downloadable build)
Additional Context
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered:
Description
when using tasks in a folder with a space in it the task fails to move to the proper directory and breaks
To Reproduce
Create a folder with a name containing a space eg "new folder",
open the folder in CodeEdit,
create a task (this can be done either via workspace settings or making the config yourself).
for demo purposes we'll create a task that just runs
pwd
by going toFile > Workspace Settings
clickingAdd Task
give it a name egpwd
and inTask
just putpwd
.now if you run the task it will fail with errors relating to issues running
cd
.this seems to be relating to the directory not escaping " " and so cd see's the second part as another argument when trying to move to our working directory.
Expected Behavior
the task should escape " " and so properly move to our working directory
Version Information
CodeEdit: Version 0.3.3-alpha (44)
macOS: 15.1.1
Xcode: 16.0 (I used the latest downloadable build)
Additional Context
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered: