-
Notifications
You must be signed in to change notification settings - Fork 73
Description
Is your feature request related to a problem? Please describe.
Sometimes I keep a repository that has only a few files in a gist, but I keep the files on local as well for development. Now the problem is whenever I need to check whether the local version has already been pushed to the gist or not, I can't get a diff between the local one and the gist one directly, Instead, I will have to copy the file's content from the gist, create a local file, and then I will be able to use my diff tool to get the diff, which is very slow.
Describe the solution you'd like
Just like there's a VERY convenient option in the context menu for copying a file to gist from the explorer, also allow an option for getting the diff. This option can be configurable from settings.json so that people can enable it only if they need it(which I'd personally prefer as the default state, since I think users will use it a lot).
Describe alternatives you've considered
Make an offline copy and then getting the diff using my diff tool(I use the one by "Fabio Spampinato".
Additional context
None.