Hello,
I've a problem telling makefile extension where to find preConfigureScript. More precisely, I've figure out experimentally, that it is relative to the file in which makefile.preConfigureScript setting is specified, for example:
- If defined in .vscode/settings.json:, .vscode folder is used as a root folder for relative paths.
- If defined in X.code-workspace
settings group: ,code-workspace folder is used as a root folder for relative paths.
- Standard
${workspaceFolder} is not supported in settings.json.
As this is always a struggle (where VSCode is putting workspace settings - sometimes in .vscode/settings.json, sometimes in .code-workspace), can the extension docs be a bit more precise about how the extension resolve the path?
Hello,
I've a problem telling makefile extension where to find preConfigureScript. More precisely, I've figure out experimentally, that it is relative to the file in which
makefile.preConfigureScriptsetting is specified, for example:settingsgroup: ,code-workspace folder is used as a root folder for relative paths.${workspaceFolder}is not supported in settings.json.As this is always a struggle (where VSCode is putting workspace settings - sometimes in .vscode/settings.json, sometimes in .code-workspace), can the extension docs be a bit more precise about how the extension resolve the path?