Skip to content

Remap header includes for linux/mac systems #11741

Description

@browntarik

There is incorrect mapping for resolving includes on linux/mac systems

namespace {

constexpr auto kTimeout = 30s;

}  // namespace

results in: #include <__chrono/duration.h>

#include <__chrono/duration.h>

#include <chrono>
...

Originally posted by @H-G-Hristov in #11672 (comment)

Metadata

Metadata

Assignees

Labels

Feature: ConfigurationAn issue related to configuring the extension or IntelliSenseLanguage Servicebugmore info neededThe issue report is not actionable in its current state

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions