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
Don’t request syntactic information from sourcekitd on open and edit
Just means that sourcekitd doesn’t need to build a syntax tree, doesn’t have to transfer information that we discard anyway and also doesn’t run `SyntaxModelContext` and thus can’t hit assertion failures within.
0 commit comments