Enhancement: allow user to disable automatic Offline Symbol Table generation

Issue #1792 resolved
Alec Brecher created an issue

When deploying to sandbox orgs and using source control as source of truth, many deployments are frequently required to resolve dependencies. However the automatically started process “Updating Offline Symbol Table” blocks further deployment processes dramatically slowing the resolution of dependency conflicts.

My work around is to restart Intellij, thus killing the process.

Please enable the ability to kill the process or allow the user start the process when they are ready.

Comments (3)

  1. Scott Wells repo owner

    Fix committed for inclusion in the next build as an application-level configuration option to disable automatic OST updates on successful deployment (enabled by default for backward-compatibility):

    Issue_1792.png

  2. Scott Wells repo owner

    Delivered in 2.1.5.7. The new configuration setting is enabled by default, so you'll need to explicitly disable it for the new behavior to take effect.

  3. Log in to comment