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
Currently, volar is an plugin that need to be updated in VSCode, and vue-tsc is an package that need to be updated in package.json.
Will it cause unexpected problems if both using volar and vue-tsc are not latest version?
For example, I use latest volar plugin and vue-tsc of project is not updated to latest for a long time,and someone finds some typescript error shows in VSCode, while all the rest works normally.
We all using same typescript version, and finally it is solved by update vue-tsc version.here are my questions:
How could I know the specify version typescript that volar and vue-tsc used?
will volar only compatible with specify vue-tsc version? If true, how can I know which vue-tsc version should I use?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently, volar is an plugin that need to be updated in VSCode, and vue-tsc is an package that need to be updated in
package.json
.Will it cause unexpected problems if both using volar and vue-tsc are not latest version?
For example, I use latest volar plugin and vue-tsc of project is not updated to latest for a long time,and someone finds some typescript error shows in VSCode, while all the rest works normally.
We all using same typescript version, and finally it is solved by update vue-tsc version.here are my questions:
Beta Was this translation helpful? Give feedback.
All reactions