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
The SpellChecker sample no longer works in Visual Studio 2022 (17.11.5 at the time of writing).
In DoUpdate(), the call to _classifier.GetClassificationSpans() always returns an empty collection, so no comments are found.
I publish a commercial Visual Studio extension that uses similar code, and that no longer works either. How can this code be modified to work with the current VS 2022? Thanks!
The text was updated successfully, but these errors were encountered:
The SpellChecker sample no longer works in Visual Studio 2022 (17.11.5 at the time of writing).
In
DoUpdate()
, the call to_classifier.GetClassificationSpans()
always returns an empty collection, so no comments are found.I publish a commercial Visual Studio extension that uses similar code, and that no longer works either. How can this code be modified to work with the current VS 2022? Thanks!
The text was updated successfully, but these errors were encountered: