-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to apply the history changes #69
Comments
I'm not sure what you want... For complete replace or Partial |
many thanx for the img as eveytime i use restore i was getting an error, so now i actually know how to use it. "maybe remove it from the command panel ?" but i was talking about the diff tool, is there a way to show the same panel vscode git use above each diff block where u chose to either merge or ignore ? |
Sorry, but diff tool is a vscode feature. Contact vscode team if you want some improvement. |
If you get an error when you restore, please give me some details to fix this issue |
as the restore command is available in the command panel, so using it without having an opened diff view will give an error. if there is away to only enable it when the diff view is visible it would be very helpful |
The command restore is only for the popupmenu in the tree. So, I'll remove it from command panel. I'll perhaps implement something else when a history file is open or in the diff view, I agree it could be helpful. |
@zabel-xyz Thank you for this great tool. As a user, coming from Webstorm, where there was built in local history, this tool feels like home. Thank you for allowing users to save outside the workspace (awesome) and also allowing users to configure options vs being too opinionated about it - been surprised that many vs code extensions do not allow you to configure the full options. Your tool exposing a full range of options is super helpful. One tip - hopefully helps others - my diff was not working in VS code until I added the setting below to settings.json
|
Thank you for your fix, but I have this isssue in progress and already fix this but not published yet. |
am not sure if its possible but is there anyway where you can open the history file and apply the changes like git ?
The text was updated successfully, but these errors were encountered: