Shell Scripts
This tool can be extended via shell scripts, as described in the documentation. In this section these can be configured
The following example shows all settings that can be set and which will be explained on this page:
shellScripts: additionalDirectories: - scriptsadditionalDirectories
Section titled “additionalDirectories”You can define one or multiple directories that webdev will search through for shell scripts
Default value: If not defined, only the directory .devcontainer/scripts will be scanned for shell scripts
Example:
shellScripts: additionalDirectories: - scripts2