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
The log from microsoft/vscode#30449 (comment) shows that getApplicableRefactors can take a long time after a small change has been made to one file. The tsserver log doesn't tell us much about what is taking the time -- we could add deeper logging to help investigate.
CC @RyanCavanaugh
The log from microsoft/vscode#30449 (comment) shows that
getApplicableRefactorscan take a long time after a small change has been made to one file. The tsserver log doesn't tell us much about what is taking the time -- we could add deeper logging to help investigate.CC @RyanCavanaugh