On Emacs 30.2 and Projectile 20260811.743 (fcd8f2b?), (setq projectile-use-comint-mode t) does not apply to tasks. Documentation for the variable also does not explicitly state that tasks are considered lifecycle commands.
For example, system rebuild commands requiring sudo defined in projectile-tasks via .dir-locals.el cannot be run.
Could the flag be changed to apply to tasks, also? Thanks.
On Emacs 30.2 and Projectile 20260811.743 (fcd8f2b?),
(setq projectile-use-comint-mode t)does not apply to tasks. Documentation for the variable also does not explicitly state that tasks are considered lifecycle commands.For example, system rebuild commands requiring sudo defined in
projectile-tasksvia.dir-locals.elcannot be run.Could the flag be changed to apply to tasks, also? Thanks.