Changes between Version 10 and Version 11 of dev/runbook


Ignore:
Timestamp:
Oct 16, 2021 2:38:08 PM (3 years ago)
Author:
jonathan
Comment:

IntelliJ does not automatically enable sub-modules, here's how

Legend:

Unmodified
Added
Removed
Modified
  • dev/runbook

    v10 v11  
    1212
    1313**NOTE**: If this fails it's likely because a skeletal sub-module directory already exists (i.e. `./hydrazine-path-engine/`), check to make sure you do not have any local changes in this folder and then delete this folder.  Then run the command again.
     14
     15=== IntelliJ Settings ===
     16IntelliJ is dumb enough to make you manually dig out a settings page and explicitly enable each sub-module in the project rather than setting it up automatically.  This is a tedious extra step that is easy to forget and will have you pulling your hair out trying to figure out what's wrong with no luck.
     17
     18[[Image(intellij-submodule-initialization.2017.3.5.png)]]
    1419
    1520=== Initialize Specific Sub-Module ===