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

Additional incremental tweaks #4143

Merged
merged 2 commits into from
Oct 23, 2020
Merged

Additional incremental tweaks #4143

merged 2 commits into from
Oct 23, 2020

Commits on Oct 23, 2020

  1. Additional incremental tweaks

    My previous incremental change wasn't quite right, and causes files that are not currently opened to never be reloaded. This corrects that change by only skipping file changed on disk events when the file is opened by vscode, meaning that it has an active TextDocument that will be triggered for changes.
    333fred committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    0980f33 View commit details
    Browse the repository at this point in the history
  2. Update changelog.

    333fred committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    d89fb12 View commit details
    Browse the repository at this point in the history