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
I've noticed that 'self' is sometimes not parsed correctly. Here is a section of code where 'self' is a parameter; it should trigger the colon in chatSystem.textEntry:AddCommandHistory(text), correct?
I'm not quite sure what the issue is, but it's likely related to my previous restrictions. I'm currently rewriting the language server, so let's discuss any issues after I finish.
I've noticed that 'self' is sometimes not parsed correctly. Here is a section of code where 'self' is a parameter; it should trigger the colon in
chatSystem.textEntry:AddCommandHistory(text)
, correct?The text was updated successfully, but these errors were encountered: