Matt Crouch
Matt Crouch
Hi - thanks for the suggestion - I'm not 100% sure (as I haven't looked properly at the code in a while) but I don't think we actually specify this...
I think the label is coming in from [ScmProvider.ts](https://github.com/mjcrouch/vscode-perforce/blob/master/src/ScmProvider.ts#L87) and the general discovery of p4 clients happens in [extension.ts](https://github.com/mjcrouch/vscode-perforce/blob/master/src/extension.ts)
thanks for the details! - I wasn't aware of these options and I can't find anything in the p4 command line docs except for a brief mention in logappend. Do...
Hi, thanks for raising > It would be good to have similar funcitonality to perforce.deleteOnFileDelete or perforce.addOnFileCreate for renaming/moving that happens automatically when a rename/move occurs. I think I did...
> In that case would it be possible to remove that option from the keybinds if it doesn't do anything? Unfortunately no, we have to define the command to make...
Thanks for raising. I had a very quick look in to this and it's a little involved because: - We run a p4 filelog to get the details of the...
Hi, this looks like a customisation in your perforce server - so this specific field is not something we can support as standard. My thoughts are that we could have...
Hi, thanks for raising your use case Could you give a little context around: - which folder you open as the root of your workspace - presumably the symlink dir?...
turns out we can't implement this yet as the API is still proposed and not final https://github.com/microsoft/vscode/issues/84899
definitely part of the built in diff editor. I hadn't noticed that. Funny that it is included by default for those but not for the quick diff