[Feature Request] Support using nightly TypeScript
See original GitHub issueAs 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.
But now volar only support toggle typescript version between builtin and workspace version:
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.
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:12 (9 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ok, I will try to implement this and make a pr this weekend
Reference: https://github.com/microsoft/vscode/blob/8559324b0988ffac5cd6a1af35b77d279c927545/extensions/typescript-language-features/src/tsServer/versionProvider.electron.ts#L77