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
{{ message }}
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.
does not work because ${workspaceFolder} is not replaced. Error Log:
Error while trying to load a compilation database:
Could not auto-detect compilation database from directory "${workspaceFolder}/build"
No compilation database found in /home/user/project/${workspaceFolder}/build or any parent directory
fixed-compilation-database: Error while opening fixed database: No such file or directory
json-compilation-database: Error while opening JSON database: No such file or directory
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using
vscode-clang-tidy
with the following optiondoes not work because
${workspaceFolder}
is not replaced. Error Log:The text was updated successfully, but these errors were encountered: