|
Main / Vscode
ctrl + shift + P brings up the commands list. When you use the Git clone option, note that VS Code will not init submodules, so you must still do this manually on the terminal line with git submodule update --init --recursive. |