-
Notifications
You must be signed in to change notification settings - Fork 1.7k
False error #1538
Copy link
Copy link
Closed
Labels
Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.
Milestone
Metadata
Metadata
Assignees
Labels
Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.
Type
Fields
Give feedbackNo fields configured for issues without a type.
The following code produces an IntelliSense error in VSCode with all the C++ settings at their defaults:
Yet, when built with MSVC/Visual Studio,no error is shown by IntelliSense
I'm running Windows 10 build 17093, VSCode 1.19.3, addon version 1.13.1.
Visual Studio is at version 15.5.5
(Looks like it's thinking that I'm trying to use std::experimental::filesystem::v1::path instead of the locally declared
patharray)