Skip to content
The documentation is not yet completly updated for Version 0.4. This will be done within the next few days.

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:
- scripts

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