How to remove old/closed tasks in IntelliJ -
i have following task menu in intellij. want clear completly. don't care if have remove settings folder or that. want cleared. deleting every single task not option because there hundreds of then. figured out has in .idea folder or in settings because freshly installed intellij
you can select many tasks shift , delete of them @ once, faster removing tasks individually:
https://www.jetbrains.com/help/idea/deleting-tasks.html
alternatively, tasks stored in workspace.xmlin .idea folder under <component name="taskmanager">, such as:
<task active="true" id="local-00674" summary="some task"> <created>1501071813825</created> <option name="number" value="00674" /> <option name="presentableid" value="local-00674" /> <option name="project" value="local" /> <updated>1501071815536</updated> <workitem from="1501071815699" duration="59000" /> </task> you can delete them there.

Comments
Post a Comment