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

fix-71570 Error when restoring a markdown preview for a file that has been deleted #71762

Merged
merged 3 commits into from
Apr 12, 2019

Conversation

skprabhanjan
Copy link
Contributor

@mjbvz , Added logic to handle preview update when a file is renamed or deleted to fix #71570 , tested it on my local and works fine :)

PS : The Error html return value that is shown can be changed if its too simple :)

Please review it and let me know if there needs to be any other changes :)

@mjbvz mjbvz self-assigned this Apr 5, 2019
Copy link
Contributor

@mjbvz mjbvz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good direction. Let me know if you have any questions about my suggested changes

* upstream/master: (34 commits)
  Fix markdown.styled regression caused by Uri.parse changes
  Process explorer refactoring
  fix compile error
  fix open workspace uri from cli
  Delete deprecated search provider stub
  test dependenices are devDependencies
  Fix default uri when scheme is file
  disable flaky test, microsoft#71801
  use `readonly T[]` instead of `ReadonlyArray<T>`
  simplify protocol check
  Let enablment service handles local workspace extensions in remote window
  debt - make ext host init data more complete
  Fix colorization tests
  fixes microsoft#71671
  Update grammars
  Add yes-no choice for overwriting existing file for save as
  update distro
  ExtensionEnablementService: - Remove getDisabledExtensions and instead use isEnabled or getEnablementState methods
  Simplify reload action and fix test
  Update distro hash
  ...
@skprabhanjan
Copy link
Contributor Author

@mjbvz , Changes are pushed :)

@skprabhanjan
Copy link
Contributor Author

@mjbvz sorry , did you get time to look at the changes ?

@mjbvz mjbvz added this to the April 2019 milestone Apr 12, 2019
@mjbvz mjbvz merged commit 0b4d49b into microsoft:master Apr 12, 2019
@mjbvz
Copy link
Contributor

mjbvz commented Apr 12, 2019

Thanks! Will be in the next VS Code insiders and is scheduled to ship with the April update

@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when restoring a markdown preview for a file that has been deleted
3 participants