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
Describe the bug
A clear and concise description of what the bug is and the context (PC or Mac, VSCode version, where you clicked, etc.)
When I've opened the "Dependency graph for Apex Classes" the following error message in my browser appears:
Classes Dependency Graph for /Users/christianschwabe/Salesforce/Salesforce/force-app/main/default
Number of Dependencies: 700
WARNING: Graph is limited to 700 dependencies.
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Mac OS
Browser: Safari
Version: Version 17.0 (19616.1.27.211.1)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Sorry for the delayed response! Thank you for reporting the issue!
This is likely caused by class names that are too long combined with too many dependencies.
That results in a file that is too big to be handled by Mermaid.js
Unfortunately, I don't yet have a solution for that.
Maybe in the future I could implement a way to trim the class names or cut the number of dependencies reported (that would make the graph less accurate though).
Describe the bug
A clear and concise description of what the bug is and the context (PC or Mac, VSCode version, where you clicked, etc.)
When I've opened the "Dependency graph for Apex Classes" the following error message in my browser appears:
Classes Dependency Graph for /Users/christianschwabe/Salesforce/Salesforce/force-app/main/default
Number of Dependencies: 700
WARNING: Graph is limited to 700 dependencies.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: