Skip to main content
Skip table of contents

Elixir / Erlang Parameters

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
(except for when resolveAllDependencies=false

No

hex.runPreStep 

Whether to run the mix deps.get command.

Runs the mix deps.get command

Will not run the mix deps.get command

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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.