Skip to content

No problemMatcher added to auto-created build tasks #3295

@sean-mcmanus

Description

@sean-mcmanus

After using the Build and Debug Active File command (0.22.0-insiders3), the tasks that get created don't have problem matches added.

Adding something like this fixes it:

"problemMatcher": [
        {
          "base": "$gcc",
          "fileLocation": [
            "absolute"
          ]
        }
      ]

Or with "$msCompile" for cl.exe.

Not sure if the absolute should always be used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions