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
this.raiseError('verifyDocumentHighlightsAtPositionListContains failed - item "kind" value does not match, actual: '+highlight.kind+', expected: '+kind+'.');
2175
+
this.raiseError(`verifyDocumentHighlightsAtPositionListContains failed - item "kind" value does not match, actual: ${highlight.kind}, expected: ${kind}.`);
this.raiseError('verifyOccurancesAtPositionListContains failed - could not find the item: '+JSON.stringify(missingItem)+' in the returned list: ('+JSON.stringify(documentHighlights)+')');
2184
+
this.raiseError(`verifyDocumentHighlightsAtPositionListContains failed - could not find the item: ${JSON.stringify(missingItem)}in the returned list: (${JSON.stringify(documentHighlights)})`);
0 commit comments