You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compilation_database (compile_commands.json) is generated (if necessary) at the very end of the process.
Working with Zero I faced several times where I moved around files, and my neovim setup was unaware of the changes, so it was a total mess of errors and warnings raised by the LSP client.
It would be fine that the compilation database was (re)generated after the generate_commands procedure, and even further, to have a dedicated CLI arg that stands for such purpose, which implies to (re)generate the commands and (re)generate the compilation database, so users can update such entity without running full processes.
The text was updated successfully, but these errors were encountered:
Refactor
The
compilation_database
(compile_commands.json) is generated (if necessary) at the very end of the process.Working with
Zero
I faced several times where I moved around files, and my neovim setup was unaware of the changes, so it was a total mess of errors and warnings raised by theLSP client
.It would be fine that the compilation database was (re)generated after the
generate_commands
procedure, and even further, to have a dedicated CLI arg that stands for such purpose, which implies to (re)generate the commands and (re)generate the compilation database, so users can update such entity without running full processes.The text was updated successfully, but these errors were encountered: