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
Support API usage when clangd is disabled or failed to initialize properly (#728)
As part of this change, uses of the non-null assertion operator (`!`) are removed.
To facilitate doing this for `ClangdContext.client`, the code is reorganized
slightly so that in the cases where this field would have been null, a
ClangdContext object is not created in the first place.
0 commit comments