-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
My Linux configuration (standard):
- VS Code Version: 1.12.2
- OS version: Linux Mint 18.1 64 bits
- C++ plugin: ms-vscode.cpptools from microsoft (Version 0.11.1: May 19, 2017)
{
"name": "Linux",
"includePath": [
"${workspaceRoot}",
"/usr/include/c++/5",
"/usr/local/include",
"/usr/include"
],
"defines": [],
"browse": {
"path": [
"/usr/include/c++/5",
"/usr/local/include",
"/usr/include"
],
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": ""
}
}
Error message on the editor: "identifier 'cout' is undefined".
Although the program build normaly.
Metadata
Metadata
Assignees
Labels
No labels