I was looking into microsoft/TypeScript#55525 and have fix as part of microsoft/TypeScript#55716
i have a test that seems to work but validating against the current plugin, seems to not work as expected. When i debugged it, it seems the external files are cached for the project and hence when queried about it while updating list of files for the project, it seems to get the old list and does not have newly added vue file.
f7ab51e#diff-4908c4b643b0a53f52116f73ef63e7707a880156989108a78d60e3b5a94114afR36 is the corresponding line.
I was looking into microsoft/TypeScript#55525 and have fix as part of microsoft/TypeScript#55716
i have a test that seems to work but validating against the current plugin, seems to not work as expected. When i debugged it, it seems the external files are cached for the project and hence when queried about it while updating list of files for the project, it seems to get the old list and does not have newly added vue file.
f7ab51e#diff-4908c4b643b0a53f52116f73ef63e7707a880156989108a78d60e3b5a94114afR36 is the corresponding line.