Hi
Trying to manage my ST config with git. Want to put some packages as git submodules under Packages, but still use PackageControl to install other packages. I have set ignore_vcs_package to true, which seems to work when installing packages with PackageControl. In other words, my git submodule packages do not appear in the list to be installed again. But I see those git submodule packages when running PackageControl’s “List Packages” command and can also delete them with PackageControl’s “Remove Packages” command. Is this expected? I assumed ignore_vcs_package would no longer manage anything about those git submodule packages.
Thanks in advance