-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support "variables scoped per workspace folder" (e.g. ${workspaceFolder:Project1}
) in config values
#696
Comments
|
Hmm, but at least it doesn't expand the workspacefolder in my example when I put it in clangd.path |
I can't reproduce this, it seems to be expanded fine for me. Can you provide some more details?
|
|
Sorry, since I modify the settings too many times for testing, I actually mixed up things. I have to use
|
${workspaceFolder:Project1}
) in config values
Thanks. I revised the issue title to be about this latter case. |
Please describe the problem.
For hints on what information is helpful, see: https://clangd.llvm.org/troubleshooting.html
If you can, provide a minimal chunk of code that shows the problem (either inline, or attach it if larger).
settings:
It will report cannot find '/path/to/workspace/${workspaceFolder:cpp-project}/clangd.sh' cannot be found.
Log file is also missing.
Logs
related log:
System information
Clangd version (from the log, or
clangd --version
):clangd extension version: clangd version 18.1.3
Operating system: AlmaLinux 9.4 (Seafoam Ocelot)
The text was updated successfully, but these errors were encountered: