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
Copy file name to clipboardExpand all lines: src/harness/fourslash.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -868,7 +868,7 @@ namespace FourSlash {
868
868
for(constentryofactualCompletions.entries){
869
869
if(actualByName.has(entry.name)){
870
870
// TODO: GH#23587
871
-
if(entry.name!=="undefined"&&entry.name!=="require")this.raiseError(`Duplicate completions for ${entry.name}`);
871
+
if(entry.name!=="undefined"&&entry.name!=="require")this.raiseError(`Duplicate (${actualCompletions.entries.filter(a=>a.name===entry.name).length}) completions for ${entry.name}`);
0 commit comments