We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: