Skip to content

Shell Scripts

This content is for v0.3. Switch to the latest version for up-to-date documentation.

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