From 5bc87b135e78adc28e84307e9591866f36191c55 Mon Sep 17 00:00:00 2001 From: Jacob Dufault Date: Fri, 21 Apr 2017 00:09:26 -0700 Subject: [PATCH] Readme update --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a88c1233..e51a9ee0 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,8 @@ $ code . After VSCode is running, update the `ServerOptions` `cwd` parameter to point to the absolute path of your build directory. -You can hit then `F5` to launch the extension locally. Make sure to open up -settings and look over the configuration options. You will probably want to -increase the number of indexers that run from 7 to 40 or 50, depending on how -many CPU cores you have. +You can hit then `F5` to launch the extension locally. Consider taking a look at +the options cquery makes available in vscode settings. If you run into issues, you can view debug output by running the (`F1`) `View: Toggle Output` command and opening the `cquery` output section.