Module installation
Activate a VSCode-Anywhere module
To install a VSCode-Anywhere module, you must edit the file VSCode-Anywhere/conf/saltstack/pillar/vscode-anywhere.sls in your installation directory and change the enabled key of the module you wish to activate by changing its value from False to True.
python3 module example:
vscode-anywhere:
python3:
enabled: TrueAfter that, you must run the installation script.
VSCode-Anywhere uses Saltstack which will compute all the differences to be applied to your current installation for all the modules you have activated.
Last updated
Was this helpful?