As noted here: #7212 (comment)
We flow the language version to TcGlobals which is a problem because we currently try to share TcGlobals instances for more than one project in tooling; means we can have inconsistencies of how errors get reported. Once @dsyme creates a draft PR that removes the split, TcGlobals will be created per project and this bug will go away.
As noted here: #7212 (comment)
We flow the language version to
TcGlobalswhich is a problem because we currently try to shareTcGlobalsinstances for more than one project in tooling; means we can have inconsistencies of how errors get reported. Once @dsyme creates a draft PR that removes the split,TcGlobalswill be created per project and this bug will go away.