ruff/playground/ty/src
Aria Desires e5818d89fd
[ty] Add "import ..." code-action for unresolved references (#21629)
## Summary

Originally I planned to feed this in as a `fix` but I realized that we
probably don't want to be trying to resolve import suggestions while
we're doing type inference. Thus I implemented this as a fallback when
there's no fixes on a diagnostic, which can use the full lsp machinery.

Fixes https://github.com/astral-sh/ty/issues/1552

## Test Plan

Works in the IDE, added some e2e tests.
2025-11-27 10:06:38 -05:00
..
Editor [ty] Add "import ..." code-action for unresolved references (#21629) 2025-11-27 10:06:38 -05:00
Playground.tsx [ty] fix ty playground initialization and vite optimization issues (#21471) 2025-11-25 07:42:56 +00:00
index.css Rename Red Knot (#17820) 2025-05-03 19:49:15 +02:00
main.tsx Rename Red Knot (#17820) 2025-05-03 19:49:15 +02:00
third-party.d.ts Rename Red Knot (#17820) 2025-05-03 19:49:15 +02:00
vite-env.d.ts Rename Red Knot (#17820) 2025-05-03 19:49:15 +02:00