You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#3543 introduced suport for configuring via environment variables in settings.json.
The syntax was inspired to Elastic Serach's one.
It may be useful to extend this syntax, also supporting a default value in the configuration, so that if no environment variable is given, the default is used. For this, the model can be the following syntax:
To specify a default value, use:
${VAR:default_value}
Where default_value is the value to use if the environment variable is undefined.
The text was updated successfully, but these errors were encountered:
#3543 introduced suport for configuring via environment variables in settings.json.
The syntax was inspired to Elastic Serach's one.
It may be useful to extend this syntax, also supporting a default value in the configuration, so that if no environment variable is given, the default is used. For this, the model can be the following syntax:
The text was updated successfully, but these errors were encountered: