orta / vscode-twoslash-queries

VS Code extension which adds support for twoslash queries into typescript projects
https://marketplace.visualstudio.com/items?itemName=Orta.vscode-twoslash-queries
MIT License
419 stars 15 forks source link

Doesn't work inside the `<script lang="ts">`. Kindly add support for it too. #36

Open simbeto opened 10 months ago

simbeto commented 10 months ago

Works well when the file extension matches with .ts But doesn't work inside the <script lang="ts">

This would be really good to work with now-a-days standard of mixed language/markup based component for JS frameworks.

Kindly add support for it too.

orta commented 10 months ago

Not really possible I'm afraid - though if @dpikt gets https://github.com/microsoft/vscode/pull/193590 merged there's a chance

dpikt commented 10 months ago

@orta I'd love for that to happen 😄 but it seems like that PR is stuck in limbo. Any ideas on how to move it forward?