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

Move removing dependencies to inside settings check #229

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jc43081
Copy link

@jc43081 jc43081 commented Dec 1, 2023

When changing dependent files, they are being removed as dependencies when the dependent file is being closed. This is causing the problem of them remaining even after the main file is closed. Moving the removal inside the check for settings.validate fixes this issue.

Fixes #205.

Checklist

  • Tests added / updated
  • Docs added / updated

Does this PR introduce a breaking change?

  • Yes
  • No

When changing dependent files, they are being removed as dependencies when the file is being closed. This is causing problem associated with them to remain until VS Code is closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problems view keeps showing issues in referenced files issues after closing the main file
1 participant