Skip to content
New issue

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

No .browse.VS.code being created #267

Closed
arghasen opened this issue Sep 29, 2016 · 2 comments
Closed

No .browse.VS.code being created #267

arghasen opened this issue Sep 29, 2016 · 2 comments
Labels
duplicate fixed Check the Milestone for the release in which the fix is or will be available.

Comments

@arghasen
Copy link

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.

@arghasen
Copy link
Author

duplicate of issue #19

@sean-mcmanus
Copy link
Collaborator

Fixed with 0.14.4.

@sean-mcmanus sean-mcmanus added fixed Check the Milestone for the release in which the fix is or will be available. duplicate labels Dec 12, 2017
@github-actions github-actions bot locked and limited conversation to collaborators Oct 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate fixed Check the Milestone for the release in which the fix is or will be available.
Projects
None yet
Development

No branches or pull requests

2 participants