How would I disable all features but the debugger? [question] #6966
Answered
by
bobbrow
ItsCubeTime
asked this question in
Q&A
-
Hi, so recently Ive switched over to using the LLVM Clangd extension 100%, however I needed to use the debugger with Unreal Engine recently which relies on the debugger coming with this extension. Is there anyway that I can use only the debugger and disable the rest of the functionality to avoid the 2 language servers stepping on eachother? |
Beta Was this translation helpful? Give feedback.
Answered by
bobbrow
Feb 16, 2021
Replies: 1 comment
-
Use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sean-mcmanus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use the
"C_Cpp.intelliSenseEngine": "Disabled"
setting.