Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support the TOML config file format for Rust launch configurations #1194

Open
scottyancey opened this issue Dec 19, 2024 · 0 comments
Open
Labels
enhancement Enchancement request

Comments

@scottyancey
Copy link

We have support for .env files in launch configurations via the envFile parameter.

It would be great to add support for .toml files considering TOML config files are Rust standard.

For example, developers would have two options to pass in config information to launch targets. So in addition to what exists today:

envFile: "<path_to_env_file>"

We'd also have a choice to use this:

configTomlFile: "<path_to_config_toml_file>"

This was originally filed as a bug, but I agree it's not a bug it's a feature request. Hence filing this here!

@scottyancey scottyancey added the enhancement Enchancement request label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enchancement request
Projects
None yet
Development

No branches or pull requests

1 participant