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
tsc/internal/ls/crossproject.go uses panicsOccured / panicOccured for the cross-project panic buffer. Those identifiers should be panicsOccurred / panicOccurred.
tsc/internal/ls/crossproject.gousespanicsOccured/panicOccuredfor the cross-project panic buffer. Those identifiers should bepanicsOccurred/panicOccurred.Opened a fix in #64258.