dq

Results 34 comments of dq

I'll take a look at it over the break and see what I can come up with. Regards D

I am sorry, I just realised that I completely missed this request. This feature is already available in the extension. Take a look at the setting `psi-header.changes-tracking.enforceHeader`. When set to...

thanks :). I will take a look if the VSCE API supports getting this, but last time I tried hooking into it, it extended the execution time of the extension...

Hi, As presented in this post, the JSON is not valid - it appears that lines longer than about 56 characters are truncated. So I am not sure if the...

I don't want to require users to select different templates when they want to save a file (which would also have to affect every save where parts of the header...

I am re-opening this to keep track of adding the suggested enhancement from my previous message. Your comment about lack of last modified in other options is the key to...

I am sure I could add a system function that would generate a uuid. Let me take a look. As for generating other random output that is likely to be...

Hi, You cannot do exactly what you are asking for. However, you can enable the [Change Log](https://github.com/davidquinn/psi-header#change-log) feature which allows you to store a timestamped log of author-related changes to...

I have looked at this previously and it was difficult due to the time it took VSC to work out if or what source control system was available. VSC only...

I had actually started working on a solution that would only work with git, but then Microsoft added support for multiple version control repositories and it broke what I had...