Fixed - fixed alias resolving when using as argument to `generate`
1.4.0
Changed - moved default config to separate file `.devcontainer_manager/templates/default.yaml` - changed devcontainer json extensions option from deprecated `extensions` to `customizations/vscode/extensions`
Fixed - fixed alias config not resolving relative alias template paths
1.3.2
Added - added shell completion for templates in `generate` command
Fixed - fixed autocompletion for alias removal
1.3.1
Fixed - fixed alias resolving during config generation if alias is used as base config - fixed docker file path validation when path is set from a template
1.3.0
Changed - changed `base_config` in composed configs to use aliases instead of full paths
Removed - removed option to generate `.vscode` settings folder as it was only useful for specifying `docker.host` which does not work with new devcontainer versions
1.2.3
Fixed - fixed crash on python <3.9 due to union operator available only from 3.9