You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible, that I can add the TS globally via options HTML/JS -> TypeScript, as this is already possible for NPM. Node, Bower, etc. (Should search for global installed typescript, please have a look into the code of the node module or bower etc.)
If you need a specific version for a specific project, it should be inside the project properties like TypeScript -> change version or use local installed version of project or whatever.
Cheers
Chris
The text was updated successfully, but these errors were encountered:
Being able to configure typescript per project is important. That way there can be several versions of a project, and the older ones can be stable while to development versions can do whatever they want.
@markacx atm this is already possible, but first you really have to make the setup. This is now one step back, because it wasn't needed before the relese. Now I have to setup it manually. It should be automatically as it was before and if you need a specific one, it should change.
This is a UX question. Such options to set the TSC folder is neded inside the global options and specificially inside of the project settings. As you can see it for bower, grunt, gulp, node, npm etc. Maybe only a view people are trying it out via right click but in general you can't find it: #150
It should be possible, that I can add the TS globally via options HTML/JS -> TypeScript, as this is already possible for NPM. Node, Bower, etc. (Should search for global installed typescript, please have a look into the code of the node module or bower etc.)
If you need a specific version for a specific project, it should be inside the project properties like TypeScript -> change version or use local installed version of project or whatever.
Cheers
Chris
The text was updated successfully, but these errors were encountered: