RLThomaz
RLThomaz
I believe this is a duplicate of #1252. Meanwhile, I'd suggest writing a script that takes all image manifests, delete the images, and immediately push them back. I've achieved that...
> Do you think there would be more benefit from setting the hooks in the config to be an array of string path so multiple hooks could be added for...
@JohnstonCode, I've just committed an improved version. Now the settings allow an array of objects, each object contains an array/string of commands. In addition, each object may contain a project...
> I think the hooks would be better placed here > > https://github.com/JohnstonCode/svn-scm/blob/7b45ad36bb21ebb71f72e140664b12cdf8b6f329/src/repository.ts#L1056 Interesting, so there is an enumeration specifying which command is being executed, correct? Ok, I can totally...
Alright, just pushed a more generic implementation of `Hook`. - I followed your suggestion and moved the execution to https://github.com/JohnstonCode/svn-scm/blob/7b45ad36bb21ebb71f72e140664b12cdf8b6f329/src/repository.ts#L1056 - Hooks now hold several properties. - Disposition: pre or...
This would be a killer feature. There's another extension (forked from this one) by @rroman6174 that implements this feature - https://github.com/rroman6174/svn-scm
No problem @rroman6174. Yes, I've noticed the limitation to other extensions. Since I needed to execute some shell scripts I just submitted a pull request. It's my first time working...
Hi, everyone. Can you guys check if the current draft (PR) is achieving the goals here? It's currently only providing the ability to override arguments for the pre-commit hook, but...
> Where does the java.format.settings.url setting point to ? It's pointing to my custom file, e.g.: `"java.format.settings.url": "/home/rlthomaz/workplace/ServiceABuildConfiguration/formatter/custom.formatter.preferences.xml",` Yes, there are two options there. It creates a file if `java.format.settings.url`...
> AFAICS the error here is correct. The implementation header would be standalone if it had header guards, is there a reason you can't add them? Not really, the main...