Skip to content

makefile.preConfigureScript start folder #236

Description

@schperplata

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions