Closed by-cloud closed 3 years ago
@by-cloud Can you print result and check it
@by-cloud How does it cause the error? What's the expected object structure?
result.computed
should not be <unknown>
, instead it should be type information or normal form of the expression,
and result.range.start
should not be the same as result.range.end
.
The return value of client.sendRequest<ResultType>(...)
is not fit for our expectations.
hmmmmmmmmmmmmmmmmmm
Why is result.computed
<unknown>
? Can you check the relevant Java code?
It might be source pos problem
Fixed
It seems we didn't fix this problem in some cases.
After press
ctrl+l ctrl+p
orctrl+l ctrl+n
, we have error report in debug console:I think the
result
passed toapplyComputedTerm(...)
is not in the right format, then I have no clue.