wso2 / ballerina-vscode

To keep Ballerina VSCode plugin related issues, discussions, etc.
Apache License 2.0
41 stars 20 forks source link

[Data Mapper] Unable to add types from imported modules when there are local records with the same type names #532

Closed madushajg closed 9 months ago

madushajg commented 9 months ago

Description: $title

Screenshot 2023-09-18 at 21 17 28 Here the email:message type is not visible in the list

Steps to reproduce: Sample source:

import ballerina/email;

type Message record {
    string messageId;
    string message;
};

function tnf(Message msg) => {};

Affected Versions: Ballerina Plugin v4.5.1