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

Entry not found error for file in compile_commands.json #6311

Closed
Colengms opened this issue Oct 14, 2020 · 0 comments
Closed

Entry not found error for file in compile_commands.json #6311

Colengms opened this issue Oct 14, 2020 · 0 comments
Assignees
Labels
bug Feature: Compile Commands fixed Check the Milestone for the release in which the fix is or will be available. Language Service
Milestone

Comments

@Colengms
Copy link
Contributor

It looks like we gate parsing of a compile_commands.json entries based on whether the file exists on disk. So, if the file is later created, we report an error that the entry was not found, despite it being present.

"test8.cpp" not found in "${workspaceFolder}\build\compile_commands.json". 'includePath' from c_cpp_properties.json in folder 'test2' will be used for this file instead.
@bobbrow bobbrow added this to the 1.2.0 milestone Oct 29, 2020
@elahehrashedi elahehrashedi self-assigned this Nov 30, 2020
@sean-mcmanus sean-mcmanus added the fixed Check the Milestone for the release in which the fix is or will be available. label Jan 21, 2021
@bobbrow bobbrow added fixed Check the Milestone for the release in which the fix is or will be available. and removed fixed Check the Milestone for the release in which the fix is or will be available. labels Jan 26, 2021
@Colengms Colengms closed this as completed Feb 3, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Mar 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Feature: Compile Commands fixed Check the Milestone for the release in which the fix is or will be available. Language Service
Projects
None yet
Development

No branches or pull requests

4 participants