Skip to content
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

Include custom editors in history #83019

Merged
merged 1 commit into from
Oct 22, 2019

Commits on Oct 21, 2019

  1. Include custom editors in history

    Fixes microsoft#81824
    
    The history service currently drops any editor input that are not `FileEditorInput`. This does not work for custom editors, which are always backed by a resource but do not subclass `FileEditorInput`
    
    The fix here is to create history entries for any input that has a resource that is backed by the file-service
    mjbvz committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    1f1654d View commit details
    Browse the repository at this point in the history