ballerina-lang
ballerina-lang copied to clipboard
[Bug]: Invalid order of the VSCode suggestions for boolean
Description
Please consider the below code
type A record{
boolean a;
};
A a = {a:t<CURSOR>};
function test() {
}
Imo, in here true
should be the first suggestion in the list
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