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

enter image description here

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

Popular posts from this blog

python - Selenium remoteWebDriver (& SauceLabs) Firefox moseMoveTo action exception -

html - How to custom Bootstrap grid height? -

transpose - Maple isnt executing function but prints function term -