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
Remove ExecutorService from BspClient, since it was used for extracting line offset from generated sources, with the current implementation we don't read the files so no need for more threads.
Original code's purpose can be seen in the commit that introduces it: 4297b07.
0 commit comments