Closed TheMozg closed 5 years ago
Do something similar to https://github.com/cquery-project/vscode-cquery/pull/37 ?
A relative executable path seems unusual. Does "ccls.launch.command": "${workspaceFolder}/.vscode/ccls"
work?
"ccls.launch.command": "${workspaceFolder}/.vscode/ccls"
works, thank you.
Observed behavior
Relative-to-workspace-root path stopped working in version
0.1.27
:Output panel:
The binary isn't executed.
Expected behavior
ccls.launch.command
is resolved relative to${workspaceFolder}
.Notes:
I suspect this is after 2a41a8f5d982f70ae09188acb1dcd6a7f31f8f38.
Relative path is useful because it allows me to share the whole
.vscode
directory as a plug-and-play repo, which my coworkers can clone to get workplace settings and ccls binary without having to editsettings.json
manually.System information
git describe --tags
): 0.20190314-0-g1976fecremote-ssh
git describe --tags
): 0.1.28