You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.
Fangrui Song edited this page Feb 19, 2018
·
26 revisions
cquery can be customized. For a list and description of all options, see src/config.h.
You can also pass options through the cquery command line option --init:
shell: --init='{"enableComments": 2}' . Single quotes are used to escape words in shell.
VSCode: "cquery.launch.args": ["--init={\"enableComments\": 2}"],
Emacs: (setq cquery-extra-init-params '(:enableComments 2 :cacheFormat "msgpack"))