Module settings
How to configure a VSCode-Anywhere module
Last updated
Was this helpful?
How to configure a VSCode-Anywhere module
Last updated
Was this helpful?
All VSCode-Anywhere modules can be configured to override the default installation behavior, add new settings, VSCode plugins, documentation, pakages, etc…
To configure a module, you need to edit the file VSCode-.
Each module is disabled by default and supports additional global and specific settings.
To enable a module, please read the .
There are 2 types of settings: or specific settings.
Glocal settings can be applied to all modules whereas specific settings depend on each module.
Please read the documentation of the concerned in order to know if it supports specific settings like python3
for example (pip
settings in this example):
After editing the configuration file, don’t forget to apply the new settings. You need to run the file.
Note that file supports . See the .
Same example with jinja that allows to install autopep8 only on Linux: