We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's super easy to publish an extension without git submodule dependencies such as themes and grammars.
Having to clone repository and git submodule update --init manually doesn't make much sense.
git submodule update --init
There maybe should be a prompt for missing .gitmodules and/or NPM packages without node_modules
.gitmodules
node_modules
The text was updated successfully, but these errors were encountered:
joaomoreno
No branches or pull requests
It's super easy to publish an extension without git submodule dependencies such as themes and grammars.
Having to clone repository and
git submodule update --init
manually doesn't make much sense.There maybe should be a prompt for missing
.gitmodules
and/or NPM packages withoutnode_modules
The text was updated successfully, but these errors were encountered: