zeal settings

Allow managing Zeal docsets (documentation).

docsets

Docsets allow to install:

  • Windows / Linux: Zeal docsets

  • MacOS: Dash docsets

You can view all docsets at:

Simple example, in the vscode-anywhere.sls file to ask to the python3module to install the Zeal docsets:

vscode-anywhere:
    python3:
        enabled: True
        zeal:
            docsets:
                Python_3:
                    enabled: True
                PEPs:
                    enabled: True

enabled

True to enable, False to skip (default to False).

Last updated