Matt Crouch

Results 86 comments of Matt Crouch

Hi, Thanks for getting in touch - I wasn't sure you would return :) This is something I've been wondering about - on one hand I did fork the extension...

Thanks for the suggestion - However I don't think the vs code API exposes anything that would allow us to focus the info dialog, but I'll have another look to...

While I personally like having an explicit action, your idea might be a possible intuitive flow - Similar problem to the above though, we actually don't have a reliable way...

Hi - this would be nice, but ideally needs support from VS code - I think this is the issue for it: https://github.com/microsoft/vscode/issues/46471

Hi, thanks for reporting. I assume you have the "edit on save" setting enabled so that it should open the file on save? While we can't really make guarantees about...

Well, to be a little more specific, we already register a callback which gets called when a save is 'about to happen', that's where we hook in to the to...

coincidentally https://github.com/microsoft/vscode/issues/91697 and the associated PR might give us enough information to implement a simple check at save-time. Though it might not catch every case we should be able to...

looks like the proposed API in the issue above was actually the much less useful check whether a filesystem scheme is generally writable - so not convinced this is going...

Thanks for the kind comments! I initially forked the extension because I personally had some things that I wanted to implement to make my day to day work a lot...

Hi, if you use the revert changelist command it also attempts to delete the changelist at the same time Though this can fail if there are jobs attached or shelved...