Open 93Alliance opened 3 years ago
System environment variables cannot be used in the cache path.
"--init={\"capabilities\": {\"foldingRangeProvider\": false},\"cache\": {\"directory\": \"${env:CCLS_CACHE}\"}}"
The CCLS_CACHE is system env variant,but it doesn't work.
CCLS_CACHE
The expected cache directory is E:\. cache\ccls.
E:\. cache\ccls
git describe --tags --long
This is intentional. Where does the ${env:...} syntax come from and how is it needed for you?
${env:...}
If I use vcpkg, I will not find header files.
When I jump inside boost, I will not find header file.
Observed behavior
System environment variables cannot be used in the cache path.
The
CCLS_CACHE
is system env variant,but it doesn't work.Expected behavior
The expected cache directory is
E:\. cache\ccls
.Steps to reproduce
System information
git describe --tags --long
): 20201025