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
Getting this pretty often (version 1.2 installed):
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
at System.ThrowHelper.ThrowArgumentOutOfRangeException()
at Winterdom.Viasfora.Text.BraceCache.FindIndexOfFirstBraceInSpan(SnapshotSpan wantedSpan) in C:\tomasr\viasfora\Text\BraceCache.cs:line 177
at Winterdom.Viasfora.Text.BraceCache.Invalidate(SnapshotPoint startPoint) in C:\tomasr\viasfora\Text\BraceCache.cs:line 43
at Winterdom.Viasfora.Text.RainbowClassifier.UpdateBraceList(ITextSnapshot snapshot, INormalizedTextChangeCollection changes) in C:\tomasr\viasfora\Text\RainbowClassifier.cs:line 89
at Winterdom.Viasfora.Text.RainbowClassifier.BufferChanged(Object sender, TextContentChangedEventArgs e) in C:\tomasr\viasfora\Text\RainbowClassifier.cs:line 155
at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.RaiseEvent[TArgs](Object sender, EventHandler`1 eventHandlers, TArgs args)
The text was updated successfully, but these errors were encountered:
Getting this pretty often (version 1.2 installed):
The text was updated successfully, but these errors were encountered: