ballerina-lang
ballerina-lang copied to clipboard
[Bug]: Invalid suggestions for boolean values in VSCode
Description
Please consider the following code
type A record{
boolean a;
};
A a = {a:<CURSOR>};
function test() {
}
The suggestions given by the LS is as follows
In here the first suggestion a
is not defined in the scope.
The second suggestion test()
is not returning a boolean.
Steps to Reproduce
No response
Affected Version(s)
No response
OS, DB, other environment details and versions
No response
Related area
-> Compilation
Related issue(s) (optional)
No response
Suggested label(s) (optional)
No response
Suggested assignee(s) (optional)
No response
Duplicate of #36675