You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I use
clangd
for C++ intellisense. Becauseclangd
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?
The text was updated successfully, but these errors were encountered: