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: remove incorrect /v1 path [IDE-126] #523

Merged
merged 1 commit into from
Apr 30, 2024
Merged

Conversation

teodora-sandu
Copy link
Contributor

Description

In #515 the /v1 was appended in IntelliJ for all calls, even though there are some that don't need it. Only old v1 APIs need this path, otherwise we should leave it out. We noticed this problem by having the snykCodeConsistentIgnores feature flag enabled, which enables a flow that calls some other APIs.

In order for this to not introduce a new bug, we need snyk/snyk-ls#498 to get merged first.

Checklist

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

Copy link
Contributor

@cat2608 cat2608 left a comment

Choose a reason for hiding this comment

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

Tested it locally and 🚀
Thank you!

@cat2608 cat2608 merged commit 9414890 into master Apr 30, 2024
8 checks passed
@cat2608 cat2608 deleted the fix/intelliij-bugs branch April 30, 2024 20:41
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