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
perf(codecatalyst): avoid extra service call during connect #3294
Problem:
openDevEnv() calls getDevEnvironment() even though
prepareDevEnvConnection() already has that info.
Solution:
Use the object from prepareDevEnvConnection() and drop the extra call to
getDevEnvironment().
0 commit comments