Skip to content
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

UTBot: Prepare project model action in command palette #18

Closed
korifey opened this issue Dec 7, 2021 · 1 comment · Fixed by #107
Closed

UTBot: Prepare project model action in command palette #18

korifey opened this issue Dec 7, 2021 · 1 comment · Fixed by #107
Assignees
Labels
enhancement New feature or request

Comments

@korifey
Copy link
Contributor

korifey commented Dec 7, 2021

If project model configuration is failed by one of the reasons:

  • build folder is not create
  • compile_commands.json and link_commands.json are failed to generate from CMake/Make
  • source folders are not marked as src

then user have no chance to configure project.

We need explicit command in VSCode command pallete that will repeat aforementioned actions. Also we should create a special section in Troubleshooting wiki to tell user when that he is able to invoke this command.

@korifey korifey changed the title "Prepare project for UTBot" project "Prepare project for UTBot" actions Dec 7, 2021
@asolqa asolqa moved this to Todo in UTBot C/C++ Dec 7, 2021
@korifey korifey changed the title "Prepare project for UTBot" actions "Prepare project for UTBot" action Dec 8, 2021
@korifey korifey added the enhancement New feature or request label Dec 8, 2021
@korifey korifey changed the title "Prepare project for UTBot" action UTBot: "Prepare project model" action in command palette Dec 8, 2021
@korifey korifey changed the title UTBot: "Prepare project model" action in command palette UTBot: Prepare project model action in command palette Dec 8, 2021
@ladisgin
Copy link
Member

ladisgin commented Mar 1, 2022

We have UTBot: configure project command pallet. But it doesn't reconfigure project if we change CMakeLists.txt.
Probably we need add smth like UTBot: reset and configure project. That delete build, tmp directories and configure project from zero.

@ladisgin ladisgin self-assigned this Mar 2, 2022
@ladisgin ladisgin linked a pull request Mar 2, 2022 that will close this issue
Repository owner moved this from Todo to Done in UTBot C/C++ Mar 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants