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
jrieken
changed the title
Cycling dependency: vs/editor/common/languages and vs/editor/common/tokenizationRegistry
Cyclic dependency: vs/editor/common/languages and vs/editor/common/tokenizationRegistryMay 23, 2022
related #150025
There is a cycling (runtime) dependency when not inlining/hoisting const enums between the mentioned files. The enum in question is:
ColorId
The text was updated successfully, but these errors were encountered: