zeal settings
Allow managing Zeal docsets (documentation).
docsets
Docsets allow to install:
You can view all docsets at:
Simple example, in the vscode-anywhere.sls file to ask to the python3
module 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
Was this helpful?