Skip to content

${config.XXX} not work in c_cpp_properties.json #314

@JuHo1117

Description

@JuHo1117

in settings.json
set "HOME_MINGW": "x:/mingw32"

in tasks.json
set "command": "${config.HOME_MINGW}/bin/make.exe"
"ctrl+b" Works for me

in launch.json
set "MIDebuggerPath": "${config.HOME_MINGW}/bin/gdb.exe"
“F5” works for me

in c_cpp_properties.json
set "includePath": ["${config.HOME_MINGW}/include"]
not work!!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Feature RequestLanguage ServicefixedCheck the Milestone for the release in which the fix is or will be available.help wantedCan be fixed in the public (open source) repo.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions