-
Notifications
You must be signed in to change notification settings - Fork 9
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
Build problem with TESuit in VS Code. #6
Comments
I tested CMake build in VS Code and it works. I installed 3 extensions - 'C/C++', 'CMake', 'CMake Tools' Then I changed Cmake Path to the path where I installed cmake. In VS Code, default build directory is ${workspaceRoot}/build} so I should modify it to ${workspaceRoot}/cmake-build-debug} I can modify Cmake Path and build directory at CMake Tools - Configure Extension Settings. I didn't test to arduino or other avr. |
@StillChun |
@HY-PARK After I edited setting page, /home/{username}/.config/Code/User/setting.json file changed like this { I will share more details in this afternoon. |
OS : Ubuntu 16.04.06 LTS I write the way of build TESuit in VS Code. https://docs.google.com/presentation/d/1r_CWFcf2Ripurr3hvdT0bqsnyGOvx0pujEpWYuGsYeE/edit?usp=sharing |
TESuit has not yet tested CMake build in VS Code.
Basic works :
The text was updated successfully, but these errors were encountered: