-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Playground vNext Wishlist #2807
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
Comments
I'm sure some of that is individual bias, but with access to the VSCode extension ecosystem, would the plan be to enable vscode-twoslash-queries by default? |
I'd think the only way a "share code" link could be backward compatible in the face of arbitrary changes to the playground is if it actually brings you to the old playground. Like, without automatic type acquisition, a lot of existing shared code would just break. But I don't think you want a copy of the old playground hanging around, so... I'm worried? Do I have reason to worry? |
We're working on ATA in vscode.dev anyhow, so if we go that direction, it should come "for free". |
I'm wondering if it is likely a light lift or a heavy lift to allow ATA to work with TypeScript v5? At the most basic level we can make the peer dependency accept v5 like this:
I'm not sure if it would actually work though. Worth a shot! I'm working on a project where we are using TypeScript v5, running in the browser, and would like to augment our project with ATA. Related: vizhub-core/vzcode#352 |
I'm pretty sure that's just an oversight that can be fixed. |
Things we've found useful that should continue to work, very roughly in priority order:
Things that would be nice, but likely below a MVP cutline if push comes to shove:
Feel free to post other things you'd like to see.
The text was updated successfully, but these errors were encountered: