question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature Request] Support using nightly TypeScript

See original GitHub issue

As we know, there is an extension JavaScript and TypeScript Nightly which enables the nightly build of TypeScript (typescript@next) as VS Code’s built-in TypeScript version used to power JavaScript and TypeScript IntelliSense.

image

But now volar only support toggle typescript version between builtin and workspace version:

image

It would be helpful to support using the nightly typescript version. For example, I can using the latest got to source definition function comes with the latest typescript.

image

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:2
  • Comments:12 (9 by maintainers)

github_iconTop GitHub Comments

github_iconTop Results From Across the Web

Nightly Builds - TypeScript: Documentation
A nightly build from the TypeScript's main branch is published by midnight PST to npm. Here is how you can get it and...
Read more >
Documentation - TypeScript 4.7
Around TypeScript 4.5 we rolled out nightly-only support for ESM in Node.js to get some feedback from users and let library authors ready...
Read more >
Documentation - TypeScript 3.9
Thanks to a pull request from Alexander Tarasyuk, this feature is also now supported in ternary conditionals (i.e. the cond ? trueExpr :...
Read more >
Documentation - TypeScript 4.5
Rosylight, TypeScript now supports a new module setting: es2022 . The main feature in module es2022 is top-level await , meaning you can...
Read more >
Documentation - TypeScript 4.0
Consider a function in JavaScript called concat that takes two array or ... That's why TypeScript 4.0 supports a new ECMAScript feature to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found