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
Regarding vuejs/language-tools#4297, although the issue was resolved by converting the Windows path, the root cause is that the script snapshot changes due to different file names (Vue language tools adds the file name to the virtual code), while the script version remains unchanged, causing the source map to not invalidate the cache.
In this case, we should only update the script snapshot when the script version changes.
The text was updated successfully, but these errors were encountered:
Regarding vuejs/language-tools#4297, although the issue was resolved by converting the Windows path, the root cause is that the script snapshot changes due to different file names (Vue language tools adds the file name to the virtual code), while the script version remains unchanged, causing the source map to not invalidate the cache.
In this case, we should only update the script snapshot when the script version changes.
The text was updated successfully, but these errors were encountered: