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

cpp debugger dependency problem #19

Open
ZZYSonny opened this issue Sep 12, 2023 · 1 comment
Open

cpp debugger dependency problem #19

ZZYSonny opened this issue Sep 12, 2023 · 1 comment

Comments

@ZZYSonny
Copy link

I use clangd for C++ intellisense. Because clangd keeps saying it conflicts with Microsoft's C++ extension, I use CodeLLDB to debug C++ code. According to #7, CodeLLDB seems to be supported.

However, PythonCpp depends on Microsoft's C++ extension. When I install PythonCpp, Microsoft's C++ extension will be automatically installed (and cannot be disabled if I want to use PythonCpp). Then clangd starts complaining.

Any suggestions to this problem?

@dmyger
Copy link

dmyger commented Mar 14, 2024

What if disable most "C++ extention" features, except debugging as suggested here

"C_Cpp.autocomplete": "Disabled",
"C_Cpp.formatting": "Disabled",
"C_Cpp.errorSquiggles": "Disabled",
"C_Cpp.intelliSenseEngine": "Disabled",

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

No branches or pull requests

2 participants