We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Today, when I wrote the SCSS file. Visual Studio 2015 showed me there is an error happened. And I see ActivityLog.xml, it showed:
<entry> <record>1053</record> <time>2016/11/09 06:35:28.779</time> <type>Error</type> <source>Editor or Editor Extension</source> <description>System.ArgumentOutOfRangeException: 索引和長度必須參考字串中的位置。
參數名稱: length
 於 System.String.Substring(Int32 startIndex, Int32 length)
 於 Microsoft.CSS.Core.Text.StringTextProvider.Substring(Int32 start, Int32 length)
 於 Microsoft.CSS.Core.Text.TextRange.GetText(ITextProvider textProvider)
 於 Microsoft.CSS.Core.Parser.ParseItem.get_Text()
 於 MadsKristensen.EditorExtensions.Css.VendorClassifier.<>c__DisplayClass7_0.<GetClassificationSpans>b__0(Declaration d) 於 C:\projects\webessentials2015\EditorExtensions\CSS\Classify\VendorClassifier.cs: 行 72
 於 System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
 於 MadsKristensen.EditorExtensions.Css.VendorClassifier.GetClassificationSpans(SnapshotSpan span) 於 C:\projects\webessentials2015\EditorExtensions\CSS\Classify\VendorClassifier.cs: 行 72
 於 Microsoft.VisualStudio.Text.Classification.Implementation.ClassifierTagger.<GetTags>d__5.MoveNext()
 於 Microsoft.VisualStudio.Text.Tagging.Implementation.TagAggregator`1.<GetTagsForBuffer>d__38.MoveNext()</description> </entry>
I would like to know what's wrong.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Today, when I wrote the SCSS file.
Visual Studio 2015 showed me there is an error happened.
And I see ActivityLog.xml, it showed:
I would like to know what's wrong.
The text was updated successfully, but these errors were encountered: