From bb2e94964fd11725f8556fcf2f48700b1d4d0788 Mon Sep 17 00:00:00 2001 From: altkatz Date: Sat, 6 Jan 2018 01:00:30 +0800 Subject: [PATCH] Document the need to set cquery.launch.command (#235) credit @HighCommander4 for https://github.com/jacobdufault/cquery/issues/216 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f44f69ba..e6dcd5c5 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,8 @@ and install the `vscode-extension.vsix` extension. To do this: **IMPORTANT:** Please reinstall the extension when you download it - it is still being developed. +It's probably also worth mentioning that "cquery.launch.command" may need to be customized as well, especially if during building you used a prefix and installed into that prefix, and set "cquery.launch.workingDirectory" to the prefix (since then "cquery.launch.command" will need to be bin/cquery instead of the default release/bin/cquery). + If you run into issues, you can view debug output by running the (`F1`) `View: Toggle Output` command and opening the `cquery` output section.