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
While investigating #4208 I noticed that the responses from the VM have line/col information and we don't need to look it up from tokenPosTable (as of dart-lang/sdk@2db8f37). Assuming the data is there, this may save us fetching a lot of scripts.
(We should check both old and new DAPs).
The text was updated successfully, but these errors were encountered:
@maks I haven't specifically tested your issue yet, but if you're on the pre-release versions of the Dart extension (see below) then this might be #4208might be resolved for you (since we shouldn't need to fetch the scripts - the thing that was failing - in most cases anymore).
While investigating #4208 I noticed that the responses from the VM have line/col information and we don't need to look it up from tokenPosTable (as of dart-lang/sdk@2db8f37). Assuming the data is there, this may save us fetching a lot of scripts.
(We should check both old and new DAPs).
The text was updated successfully, but these errors were encountered: