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
Problem:
- VSC triggers `getDirSize()` function to calculate `codeScanProjectBytes` for
telemetry for `Project scans`.
Solution:
- Removing the `codeScanProjectBytes` calculation for `Project-scans`: Since the
`codeScanProjectBytes` parameter is optional and is affecting the performance
of CreatePayload. This will help improve the overall performance of the
Auto-scans.
0 commit comments