ruff/playground/ty
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
..
public Update favicon and URL for playground (#17860) 2025-05-06 10:51:45 +02:00
src [ty] Add "import ..." code-action for unresolved references (#21629) 2025-11-27 10:06:38 -05:00
index.html Update favicon and URL for playground (#17860) 2025-05-06 10:51:45 +02:00
package.json Update dependency pyodide to ^0.29.0 (#21236) 2025-11-03 03:23:24 +00:00
vite.config.ts [ty] fix ty playground initialization and vite optimization issues (#21471) 2025-11-25 07:42:56 +00:00