Malintha Ranasinghe

Results 12 comments of Malintha Ranasinghe

This is fixed with https://github.com/ballerina-platform/ballerina-lang/pull/37386

Duplicate of https://github.com/ballerina-platform/ballerina-lang/issues/37385

Closing as this is fixed with #37386

> @malinthar tested the scenario with changes in #38118 and got the following output: > > ``` > [Info - 1:49:49 pm] Operation 'text/didChange' {fileUri: 'file:///home/user/test/idlPlugins/client_decl_test/generated/myapi/idl_client.bal'} updated > [Info -...

> Ideally, a generated file should be in read-only mode and the user should not be able to edit it. Can we add this improvement? Yes we can restrict edits

> > @azinneera Tried with the fix. I still get the issue when opening the document. After it's opened, when I do a change the issue is not there. >...

Closing as fixed with https://github.com/ballerina-platform/ballerina-lang/pull/38272

Related VSCode extension issue: https://github.com/wso2-enterprise/ballerina-plugin-vscode/issues/620

> Shall we send this to 2201.3.x instead? +1 to 2201.3.x and master

> Changes look good. BTW, do we need to handle cases like, > > ``` > function test(int|1.0 num) { // or test(int|decimal num) > float? num2 = num; >...