33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"clangd.path": "/home/share/micromamba/envs/uLib/bin/clangd",
|
|
"clangd.fallbackFlags": [
|
|
"-I/home/rigoni/devel/cmt/uLib/src",
|
|
"-isystem/home/share/micromamba/envs/uLib/include",
|
|
"-isystem/home/share/micromamba/envs/uLib/include/eigen3",
|
|
"-isystem/home/share/micromamba/envs/uLib/targets/x86_64-linux/include",
|
|
"-isystem/home/share/micromamba/envs/uLib/lib/gcc/x86_64-conda-linux-gnu/14.3.0/include/c++",
|
|
"-isystem/home/share/micromamba/envs/uLib/lib/gcc/x86_64-conda-linux-gnu/14.3.0/include/c++/x86_64-conda-linux-gnu",
|
|
"-isystem/home/share/micromamba/envs/uLib/x86_64-conda-linux-gnu/sysroot/usr/include",
|
|
"--gcc-toolchain=/home/share/micromamba/envs/uLib",
|
|
"-D__host__=",
|
|
"-D__device__=",
|
|
"-D__global__=",
|
|
"-D__constant__=",
|
|
"-D__shared__=",
|
|
"-DUSE_CUDA",
|
|
"-D__CUDACC__"
|
|
],
|
|
"clangd.semanticHighlighting.enable": true,
|
|
"clangd.arguments": [
|
|
"--compile-commands-dir=build/clang-make",
|
|
"--query-driver=/home/share/micromamba/envs/uLib/bin/*",
|
|
"--all-scopes-completion",
|
|
"--completion-style=detailed",
|
|
"--header-insertion=never",
|
|
"-j=4",
|
|
"--pch-storage=memory",
|
|
"--background-index",
|
|
"--log=verbose"
|
|
],
|
|
"C_Cpp.intelliSenseEngine": "disabled"
|
|
} |