Skip to content
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

Provide a more correct typescript version #132

Closed
Gankarloo opened this issue Jul 3, 2023 · 1 comment
Closed

Provide a more correct typescript version #132

Gankarloo opened this issue Jul 3, 2023 · 1 comment

Comments

@Gankarloo
Copy link

Description

From time to time I find myself writing sound typescript code only to be stumped when building the project.

As I understand it the vrotsc is based on a much older typescript version than the one included in VS Code.
In VS Code I have now version 5.1.3

and when looking at the vrotsc code it seems to be based of version 3.8.3

Would it be possible to present this infomation or perhaps download the correct version in order for the Intellisense to match the transpile step?

Example

Today I tried to use Template literal types.

With the default typescript in vscode
image

All seems well until I build the project and it fails with.
image

But if I manually install and use typescript version 3.8.3
The Intellisense shows it is not valid.
image

@VenelinBakalov
Copy link
Contributor

Hi @Gankarloo , thanks for your suggestion! I checked the issue, seems to still be valid, I am moving this to the Build Tools for Aria opensource because I think the improvement should be executed there as part of the core logic because the VS Code plugin only consumes it and builds on top.
I already created a new issue there, containing all the info you provided in the original ticket: vmware/build-tools-for-vmware-aria#215

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants