Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: check for disposal before updating the issue cache (#658)
This change adds a check to see if the `SnykLanguageClient` has been disposed before processing diagnostics. This prevents potential errors or unexpected behavior if the client is no longer active. It's a good defensive programming practice to avoid operating on a disposed object.
- Loading branch information