Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Initialization options

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"))