Hex
|
Configuration File Parameter |
Description and Expected Behavior |
If True |
If False |
Default |
Command Line Parameter Available? |
|---|---|---|---|---|---|
|
hex.resolveDependencies |
Whether to resolve Elixir or Erlang dependencies. |
Resolves Elixir or Erlang dependencies |
Will not resolve Elixir or Erlang dependencies |
True
|
No |
|
hex.runPreStep |
Whether to run the |
Runs the |
Will not run the |
False |
No |
|
hex.ignoreSourceFiles |
When using the dependency resolver, it will include only package dependencies, not source files. NOTE: Only relevant when fileSystemScan is true. |
Only includes package dependencies |
Will only include package dependencies and source files |
True |
No |
|
hex.aggregateModules |
Whether to create a single project for all modules. |
Creates a single project for all modules, to be displayed as a flat list |
A project will be created for each module and displayed as a hierarchical tree. |
False |
No |