Modern Fortran extension's dependency on the C/C++ extension(msvscode-cpptools) ... #1009
-
I use clangd for C/C++ coding in VSCode. But when I tries to write Fortran, I found that this extension depends on C/C++(msvscode-cpptools). I'm confused about it, because there maybe conflicts if I install two extensions with similar features. |
Beta Was this translation helpful? Give feedback.
Answered by
gnikit
Nov 19, 2023
Replies: 1 comment 5 replies
-
The extension requires Microsoft's C/C++ extension for the debugging capabilities, we use the same debug adaptors under GCC and Clang as the C/C++ extension. I am not sure if the vscode clangd extension and Microsoft's extension cause conflicts. You will have to give it a try. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
ynty
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The extension requires Microsoft's C/C++ extension for the debugging capabilities, we use the same debug adaptors under GCC and Clang as the C/C++ extension. I am not sure if the vscode clangd extension and Microsoft's extension cause conflicts. You will have to give it a try.