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
* Trace project creation, loading, and updateGraph
* Drop generic event tracing
* Make argument names more consistent
* Trace diagnostics to make steps easier to interpret
* Fill an unexplained gap in updateGraph
* Move updateGraph tracing into base type
* Fill the gaps in updateGraph
tracing?.push(tracing.Phase.Session,"semanticCheck",{ file,configFilePath: (projectasConfiguredProject).canonicalConfigFilePath});// undefined is fine if the cast fails
tracing?.push(tracing.Phase.Session,"syntacticCheck",{ file,configFilePath: (projectasConfiguredProject).canonicalConfigFilePath});// undefined is fine if the cast fails
tracing?.push(tracing.Phase.Session,"suggestionCheck",{ file,configFilePath: (projectasConfiguredProject).canonicalConfigFilePath});// undefined is fine if the cast fails
0 commit comments