In VSCode when using the "SuiteScript: Compare to Account File" feature, the compare works the FIRST time I use it... but then if I try to compare a different file, It compares the new file to the FIRST file from the file cabinet. I have to reload VSCode between EVERY file comparison.
ex: I use "Compare to Account File" on a file called "first.js" and VSCode shows the diffeditor for the local version of "first.js" compared to "first.js" from the file cabinet (as expected)
But then when I use "Compare to Account File" of a file called "second.js", VSCode shows the diffeditor for the local version of "second.js" compared to "*first.js*" from the file cabinet (doesn't compare it to second.js from the file cabinet)
Has anyone else seen this or know how I can fix it?