Replace "hard-coded" paths and variables by placeholders in static "template" configuration files and substitute those placeholders through an early operation.
Background
Static configuration files (such as JSON, INI) do not allow variable substitution and thus are not sensitive to the environment variables exported in the conda environment. Specifically, it is still impossible to synchronize commands and VS Code settings for extensions in code-workspace.
Goal
Replace "hard-coded" paths and variables by placeholders in static "template" configuration files and substitute those placeholders through an early operation.
Background
Static configuration files (such as JSON, INI) do not allow variable substitution and thus are not sensitive to the environment variables exported in the conda environment. Specifically, it is still impossible to synchronize commands and VS Code settings for extensions in
code-workspace
.Acceptance Criteria
Tasks
Dependencies
Cross-References
Notes
No response