go-task / vscode-task

Task for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=task.vscode-task
MIT License
36 stars 4 forks source link

Refreshing task lists creates or updates checksum files #164

Open Arnaud-IFEA opened 2 months ago

Arnaud-IFEA commented 2 months ago

It seems that refreshing the task lists (either manually or when saving) not only refreshes task names and associated icon, but also creates or updates checksum files in .task/ !

This behavior is error prone, i have an example where sources: is an included Taskfile.yml and i want the task to be executed only if the Taskfile.yml has been modified. With the "on save" refresh, each time i modify the included Taskfile.yml, the list is refreshed, the checksum is updated before i run any task, so the task is always "up to date" (and it took me a while to figure out it was the extension !).

Regards.