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
The text was updated successfully, but these errors were encountered:
DanielRosenwasser
changed the title
Go to definition in .vue files jumps to unrelated sections
Go to definition in TypeScript within .vue files jumps to unrelated sections
Mar 24, 2018
DanielRosenwasser
changed the title
Go to definition in TypeScript within .vue files jumps to unrelated sections
Go to definition in TypeScript within a .vue file jumps to unrelated sections
Mar 24, 2018
The problem is previously we use getText to get source file content, but it skips all padding whitespace with which we replace template/style. Thus lookup went wrong. The fix is quite simple: using getFullText solves the problem.
Info
The text was updated successfully, but these errors were encountered: