microsoft / vscode-cpptools

Official repository for the Microsoft C/C++ extension for VS Code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#include completion incorrectly completes -isystem includes in `#include ""`

sean-mcmanus opened this issue · comments

The prior issue on handling of -iquote was at #12198 .

It's not valid and does not compile.

image

Oh, I was mistaken -- it does compile, i.e. it's not a bug.