enhancement
In untyped configuration files, the identifiers for external parameters or environment variables are always written using the dot notation. Under Linux, however, environment variables cannot contain dots. Therefore, all dots are replaced with underscores.
Code Migration
- If an application is configured using environment variables, the configuration must be adjusted accordingly.
Test
Use a regular expression in the workspace to search for environment variables containing periods (Ctrl + H):
(\$\{env:[^:}]*).