在ubuntu14.04下使用vs code过程中#include<iostream>
下面一直有一条绿色波浪线,鼠标放上去显示
#include errors detected.
Please update your includePath.
IntelliSense features for this translation unit (/home/myTest/Test.cpp) will be provided by the Tag Parser.
cannot open source file "iostream"
通过安装Include Autocomplete扩展之后可以正常包含iostream了