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
Regarding delete task: I can not delete any tasks. It reports something like this task type can not be deleted.
Regarding update task: I don't really understand the logic behind how to save/remove open documents to/from the task. I keep the .json config file open, I don't see the file is updated when I open new files or close files. When I click the task name, sometimes, it will save change and sometimes it will remove all open files from the task. Very dangerous.
Regarding add task: When I add a new task, It seems it doesn't save all open files/editors to the task. The task is empty by checking the config file.
Regarding relative path: I hope this extension can support relative path instead of absolute path. I tried many similar extensions. None of them support relative path so far. I constantly rename project directory name and move project path (change working PC) etc... With absolute path, it makes life very hard. This can be a feature request.
Thank you very much for your work.
The text was updated successfully, but these errors were encountered:
as a workaround you can edit the tasks-and-context.json file to add "type": "default"next to (not instead of) "source": "default" to make editing and deleting work.
Regarding delete task: I can not delete any tasks. It reports something like this task type can not be deleted.
Regarding update task: I don't really understand the logic behind how to save/remove open documents to/from the task. I keep the .json config file open, I don't see the file is updated when I open new files or close files. When I click the task name, sometimes, it will save change and sometimes it will remove all open files from the task. Very dangerous.
Regarding add task: When I add a new task, It seems it doesn't save all open files/editors to the task. The task is empty by checking the config file.
Regarding relative path: I hope this extension can support relative path instead of absolute path. I tried many similar extensions. None of them support relative path so far. I constantly rename project directory name and move project path (change working PC) etc... With absolute path, it makes life very hard. This can be a feature request.
Thank you very much for your work.
The text was updated successfully, but these errors were encountered: