We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The tags file is not being created despite having C_cpp_properties.json { "configurations": [ { "name": "Linux", "includePath": ["/usr/include"], "browse" : { "limitSymbolsToIncludedHeaders" : true, "databaseFilename" : "" } } ] } OS- Centos7 VSCOde- 1.5.3 CppTools- 0.9.2
The project folder structure is as follows: A -B --include --src -C --include --src Some other folders in A have code in languages like python etc.
The text was updated successfully, but these errors were encountered:
duplicate of issue #19
Sorry, something went wrong.
Fixed with 0.14.4.
No branches or pull requests
The tags file is not being created despite having C_cpp_properties.json
{
"configurations": [
{
"name": "Linux",
"includePath": ["/usr/include"],
"browse" : {
"limitSymbolsToIncludedHeaders" : true,
"databaseFilename" : ""
}
}
]
}
OS- Centos7
VSCOde- 1.5.3
CppTools- 0.9.2
The project folder structure is as follows:
A
-B
--include
--src
-C
--include
--src
Some other folders in A have code in languages like python etc.
The text was updated successfully, but these errors were encountered: