Skip to content

🐛 Fix CodeLens bug for f-strings and aliased imports#19

Closed
savannahostrowski wants to merge 4 commits into
mainfrom
improve-code-lens-discovery
Closed

🐛 Fix CodeLens bug for f-strings and aliased imports#19
savannahostrowski wants to merge 4 commits into
mainfrom
improve-code-lens-discovery

Conversation

@savannahostrowski
Copy link
Copy Markdown
Member

This PR fixes a couple bugs:

  • CodeLens were not appearing for f-string paths like f"{settings.API_V1_STR}/apps/{app.id}/tokens"
  • Aliased router imports were not being discovered
  • Query strings in test paths were causing incorrect route matching

All in all, I've aimed to make route matching more robust to handle the above cases.

@savannahostrowski savannahostrowski added the bug Something isn't working label Jan 20, 2026
@savannahostrowski savannahostrowski deleted the improve-code-lens-discovery branch March 6, 2026 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant