ballerina-lang icon indicating copy to clipboard operation
ballerina-lang copied to clipboard

[Improvement]: Restrict edits on generated IDL client files

Open malinthar opened this issue 2 years ago • 1 comments

Description

$subject so that user's can't edit auto-generated IDL client files. We have to introduce a new scheme for content in generated folder as we have done for bala projects with https://github.com/ballerina-platform/ballerina-lang/pull/32870

malinthar avatar Oct 17 '22 09:10 malinthar

Requirement via https://github.com/ballerina-platform/ballerina-lang/issues/38234#issuecomment-1280475966

dulajdilshan avatar Oct 17 '22 09:10 dulajdilshan

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

malinthar avatar Nov 08 '22 07:11 malinthar

@malinthar We need to revisit this with the support to load generated sources from generated directories. We need to make generated directory readOnly.

Dilhasha avatar Dec 21 '22 05:12 Dilhasha