Page MenuHomePhabricator

`mw docker mediawiki get-code` should initialize submodule
Closed, ResolvedPublic

Description

It looks like the get-code command doesn’t clone / initialize submodules, but without that, some extensions (like Wikibase, but also I think VisualEditor) don’t work properly. The command should probably clone with --recurse-submodules (or run git submodule --init --recursive afterwards).