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
Debug.assert(isRootedDiskPath(fileName)||isDynamic||openedByClient,"",()=>`${JSON.stringify({ fileName, currentDirectory,hostCurrentDirectory: this.currentDirectory,openKeys: arrayFrom(this.openFilesWithNonRootedDiskPath.keys())})}\nScript info with non-dynamic relative file name can only be open script info`);
1857
1862
Debug.assert(!isRootedDiskPath(fileName)||this.currentDirectory===currentDirectory||!this.openFilesWithNonRootedDiskPath.has(this.toCanonicalFileName(fileName)),"",()=>`${JSON.stringify({ fileName, currentDirectory,hostCurrentDirectory: this.currentDirectory,openKeys: arrayFrom(this.openFilesWithNonRootedDiskPath.keys())})}\nOpen script files with non rooted disk path opened with current directory context cannot have same canonical names`);
assert.notStrictEqual(navBarResultUnitTest1WithChangedContent,navBarResultUnitTest1,"With changes in contents of unitTest file, we should see changed naviagation bar item result");
0 commit comments