mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Make applyChangesToOpenFiles efficient to handle batch file opens, close and changes before updating projects
Fixes #29667
This commit is contained in:
@@ -59,7 +59,7 @@ ${file.content}`;
|
||||
applyChangesToOpen(session);
|
||||
|
||||
// Verify again
|
||||
verifyProjectVersion(project, 5);
|
||||
verifyProjectVersion(project, 3);
|
||||
// Open file contents
|
||||
verifyText(service, commonFile1.path, fileContentWithComment(commonFile1));
|
||||
verifyText(service, commonFile2.path, fileContentWithComment(commonFile2));
|
||||
|
||||
Reference in New Issue
Block a user