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
When selecting a version of TypeScript through the "Select TypeScript Version" command, it would be good if this was persisted to the workspace settings.
I understand this is persisted to local storage, but that will not survive the boundaries of machines, nor a project rename.
The text was updated successfully, but these errors were encountered:
OliverJAsh
changed the title
Persist TypeScript version choice to workspace settings
Suggestion: persist TypeScript version choice to workspace settings
Jul 3, 2017
We support setting typescript.tsdk in the workspace settings but for security reasons we always require that users opt into using the workspace version of typescript. That's where local storage comes into play.
It's an configuration extra step, but we do need do it this way to ensure that opening workspaces from unknown sources is a safe operation. Closing as by design. Please let me know if you have any questions about the current design or thoughts on a better opt in style flow for selecting the typescript version.
When selecting a version of TypeScript through the "Select TypeScript Version" command, it would be good if this was persisted to the workspace settings.
I understand this is persisted to local storage, but that will not survive the boundaries of machines, nor a project rename.
The text was updated successfully, but these errors were encountered: