From 5d94d138cf69d9de02b9716bcc448fdb65f577d2 Mon Sep 17 00:00:00 2001 From: Nathan Ridge Date: Wed, 10 Jan 2018 02:30:05 -0500 Subject: [PATCH] Move some details about setting up the VSCode extension to the wiki (follow-up to #216) --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index f85a9aa7..5445a8f3 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,7 @@ and install the `vscode-extension.vsix` extension. To do this: **IMPORTANT:** Please reinstall the extension when you download it - it is still being developed. -To tell the extension where to find cquery, set "cquery.launch.workingDirectory" in User Settings to the location where cquery is installed. - -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). +See the [wiki](https://github.com/jacobdufault/cquery/wiki/Visual-Studio-Code#setting-up-the-extension) for additional details on setting up the extension. If you run into issues, you can view debug output by running the (`F1`) `View: Toggle Output` command and opening the `cquery` output section.