esther-poniatowski / multitask-context-dependent-behavior

0 stars 0 forks source link

[Issue] - Process Static Config Files #59

Open esther-poniatowski opened 2 months ago

esther-poniatowski commented 2 months ago

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