I'm developing a githook using c#. I need the source file to end in .csx so I get editor support. However when I save changes to the file, I'd like it copied to .git\hooks\postcommit i.e so I need to copy the file and change its name.
This is the first extension I came accross in VSCode - thought I'd raise it in case you were interested in adding this feature.
I'm developing a githook using c#. I need the source file to end in
.csxso I get editor support. However when I save changes to the file, I'd like it copied to.git\hooks\postcommiti.e so I need to copy the file and change its name.This is the first extension I came accross in VSCode - thought I'd raise it in case you were interested in adding this feature.