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
See disabled test TestReferenceDirective. The last assertion fails because GetCompletionContextWorkerAsync receives incorrect snapshot and trigger:
session.TextView is {?_v4_[0..60)_' class C { # r } (notice no ", which is correct) triggerLocation.Snapshot is {version: 1 lines: 6 length: 61 content: \r\nclass C\r\n{\r\n # r \"\r\n}\r\n } (should not include " that has been deleted by SendBackspace). trigger.Reason is Insertion (should be Deletion)
The text was updated successfully, but these errors were encountered:
See disabled test
TestReferenceDirective
. The last assertion fails becauseGetCompletionContextWorkerAsync
receives incorrect snapshot andtrigger
:session.TextView
is{?_v4_[0..60)_' class C { # r }
(notice no"
, which is correct)triggerLocation.Snapshot
is{version: 1 lines: 6 length: 61 content: \r\nclass C\r\n{\r\n # r \"\r\n}\r\n }
(should not include"
that has been deleted bySendBackspace
).trigger.Reason
isInsertion
(should beDeletion
)The text was updated successfully, but these errors were encountered: