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
Updated the overview tab to include the wall clock build time, the number of Translation Units threads used and properly label the accumulated values.
Split the .scor file into .scor ( overview, translation units, includes and folders for full paths ) and .scor.gbl ( the rest of the data template instances, codegen... )
Exported the relevant folder tree structure to properly map all files and distinguish between files with the same name but different locations.
The VS extension will only load the parts of the .scor file that needs for the enabled features ( example: if I do not open any of the specialized windows and only have text highlight, only the main .scor file will be loaded in memory ).
Added option to Open File for units and includes, this will use the full path information extracted from the .scor file or match by name if this fails.
Previous .scor files are still compatible but some information might not show up.