How to configure c/ c ++ compilation environment and debug the project? #8145
-
Bug Description:Steps to Reproduce:I want use theia to run C/C++ code,but i do not know to to configure compilation environment and debug. Additional Information
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@mfkwgizhoujian thank you for the question, in the future please open questions under 'discussions' as per what is mentioned in the issue templates. We have not tested the functionality or compatibility of the |
Beta Was this translation helpful? Give feedback.
@mfkwgizhoujian thank you for the question, in the future please open questions under 'discussions' as per what is mentioned in the issue templates.
We have not tested the functionality or compatibility of the
cpptools
plugin since it's license is restricted to only be used by official vscode products. You may take a look at our C/C++ docker image which setups the environment and includes the necessary dependencies and vscode extensions for development.