I would be very helpful to allow variables in the `project-config.json` file. For example: ``` { ... "linkerFlags": [ "-Ln", "${workspaceFolder}/${name}.lbl" ] } ```