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: this fixes the dataflow and the issue navigation #476

Conversation

bastiandoetsch
Copy link
Collaborator

Description

Issue navigation didn't work correctly because of sorting of the issue map. Also, the dataflow was based on markers, which is not sufficient. Therefore it now takes the dataflow from language server (needs snyk/snyk-ls#449).

This is a stacked PR on top of #474.

Checklist

  • Tests added and all succeed
  • Linted
  • CHANGELOG.md updated
  • README.md updated, if user-facing

Screenshots / GIFs

Visuals that may help the reviewer. Please add screenshots for any UI change. GIFs are most welcome!

@bastiandoetsch bastiandoetsch requested a review from a team as a code owner February 21, 2024 15:11
val codeResultsLS = snykCachedResults.currentSnykCodeResultsLS ?: return@invokeLater
val codeResultsLS = snykCachedResults.currentSnykCodeResultsLS
Copy link
Contributor

Choose a reason for hiding this comment

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

We got rid of this null check because of the WIP here?

@bastiandoetsch bastiandoetsch merged commit 7de0dd6 into feat/IDE-134_show-snyk-code-findings-in-custom-ui Feb 22, 2024
8 checks passed
@bastiandoetsch bastiandoetsch deleted the fix/IDE-134-stacked-dataflow branch February 22, 2024 10:51
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.

2 participants