LanguageServer icon indicating copy to clipboard operation
LanguageServer copied to clipboard

Improve command error handling to gracefully degrade when expressions are used

Open pappleby opened this issue 4 years ago • 0 comments

Turns out commands are more different from function call syntax that initially assumed. Ie, they are not this: image

As an example of where the current handling breaks down, in the following code, all three calls to FunctionExample are semantically equivalent. image

pappleby avatar Nov 14 '21 06:11 pappleby