[Improvement]: Update the project which is in ToolContext after each tool config execute #42599
Labels
Area/CLI
Ballerina CLI related issues.
Team/DevTools
Ballerina Developer Tooling ( CLI, Test FW, Package Management, OpenAPI, APIDocs )
Type/Improvement
userCategory/Compilation
Description
We've observed that the Ballerina.toml file isn't being updated with each tool configuration run. This becomes problematic when there are interdependent tool configurations relying on the details updated in the TOML file.
ex:
Let's say we have configurations for tools A and B in Ballerina.toml. Tool B depends on changes made by Tool A. However, with the current existing tool context, we received the initial Ballerina.toml file, which has not been updated after the changes made by Tool A.
Describe your problem(s)
No response
Describe your solution(s)
No response
Related area
-> Compilation
Related issue(s) (optional)
No response
Suggested label(s) (optional)
No response
Suggested assignee(s) (optional)
No response
The text was updated successfully, but these errors were encountered: