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

🐛 Don't add compileCommands to c_cpp_properties #215

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

AndrewLuGit
Copy link
Contributor

The VSCode C/C++ extension no longer likes the compile_commands we generate for clangd, probably because we aren't actually compiling for clang. We can either generate a separate compile_commands for the VSCode extension, or just remove the compileCommands option from the c_cpp_properties.json we generate. The second option is simpler, since the first would require changes in the CLI (to generate a separate compile_commands for VSCode) and Kernel (to update the gitignore) as well.

@AndrewLuGit AndrewLuGit merged commit 8d938ea into develop Mar 28, 2024
3 checks passed
@AndrewLuGit AndrewLuGit deleted the bugfix/remove-compile-commands branch March 29, 2024 00:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants