-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Whenever parsing throws, the entire LSP throws. Due to error handling, it immediately restarts but breaks again. After five times, it is not restarted.
To Reproduce
Any code that breaks parsing, e.g., a function with no return type.
Code (if relevant)
Public Function Identifier() As
Attribute Identifier.VB_Description = "Dosctring."
' Dosctring.
'
' Args:
' param1:
'
' Returns:
'
' Raises:
'
Dim result As
Identifier = result
End FunctionExpected behavior
Should be parsed as invalid code. Errors handled by parser if possible, or LSP if not.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working