I just found a pretty cool extension called “Power Tools”
https://marketplace.visualstudio.com/items?itemName=egomobile.vscode-powertools
I wanted to run commands or scripts linked to a bunch of events in my VSC editor (file create, delete, save, open) and to run some periodically.
It does the job perfectly, but it seems that it’s not been maintained for a few years, and I’m worried it’ll stop working if any update to the VSC API occurs.
Is there any extension or tech equivalent to this?
(I know there are for file modification, but I’m not sure if those can detect file opening in vscode)