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

[New Feature]: Code action to add configurable values to `Config.toml`

Open LakshanWeerasinghe opened this issue 1 year ago • 2 comments

Description

$subject

This code action must perform the following functions:

  • Add Missing Configurables: It checks for the presence of required configurables in the Config.toml file. If any configurables are missing, it adds them to the file.
  • Create Config.toml if Absent: If the Config.toml file does not exist, this code action creates a new Config.toml file and adds the required configurables to it.

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

LakshanWeerasinghe avatar Jul 01 '24 10:07 LakshanWeerasinghe