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
Currently CPP-related VSCode functionality works randomly. We could add .vscode dir to root, holding paths of where to look for compiler, includes, etc. Refer to DBMS repo for example.
Require nix files modification as well
The text was updated successfully, but these errors were encountered:
I'm working from vscode. I use direnv (extension + .envrc file) to make the compiler (clang in my case) visible in vscode and CMake Tools to configure the project. It works fine, even including clangd, although I had to configure it a bit.
Currently CPP-related VSCode functionality works randomly. We could add .vscode dir to root, holding paths of where to look for compiler, includes, etc. Refer to DBMS repo for example.
Require nix files modification as well
The text was updated successfully, but these errors were encountered: