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
The Language-Server will sometimes hang and stop responding all together, upon further re-search this occurs if the auto-completion parser hits a block like cpptext { code... }, this appears to cause an infinite loop in the third-party library antlr4-c3.
Describe the bug
The Language-Server will sometimes hang and stop responding all together, upon further re-search this occurs if the auto-completion parser hits a block like
cpptext { code... }
, this appears to cause an infinite loop in the third-party library antlr4-c3.I have submitted an issue for this at antlr4-c3/issues/74.
The text was updated successfully, but these errors were encountered: