๐Ÿ”ง Where my dotfiles lives in harmony and peace, most of the time

build: ๐Ÿ”ง add auto-close option to task configuration

+2 -1
+2 -1
cursor/tasks.json
··· 12 12 "panel": "shared", 13 13 "showReuseMessage": false, 14 14 "clear": false, 15 - "revealProblems": "onProblem" 15 + "revealProblems": "onProblem", 16 + "close": true 16 17 }, 17 18 "problemMatcher": [] 18 19 }