-
Notifications
You must be signed in to change notification settings - Fork 29.9k
New issue
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
Git - Submodules are not processed when cloning a git project. #227150
Labels
bug
Issue identified by VS Code Team member as probable bug
git
GIT issues
help wanted
Issues identified as good community contribution opportunities
Milestone
Comments
lszomoru
added
git
GIT issues
bug
Issue identified by VS Code Team member as probable bug
help wanted
Issues identified as good community contribution opportunities
labels
Sep 4, 2024
Parasaran-Python
added a commit
to Parasaran-Python/vscode
that referenced
this issue
Oct 29, 2024
…one to clone the submodules as well
Parasaran-Python
added a commit
to Parasaran-Python/vscode
that referenced
this issue
Oct 29, 2024
…one to clone the submodules as well
Parasaran-Python
added a commit
to Parasaran-Python/vscode
that referenced
this issue
Oct 29, 2024
…one to clone the submodules as well
Parasaran-Python
added a commit
to Parasaran-Python/vscode
that referenced
this issue
Oct 31, 2024
…one to clone the submodules as well
Parasaran-Python
added a commit
to Parasaran-Python/vscode
that referenced
this issue
Nov 4, 2024
…one to clone the submodules as well
Parasaran-Python
added a commit
to Parasaran-Python/vscode
that referenced
this issue
Nov 9, 2024
…one to clone the submodules as well
Parasaran-Python
added a commit
to Parasaran-Python/vscode
that referenced
this issue
Nov 13, 2024
…one to clone the submodules as well
Parasaran-Python
added a commit
to Parasaran-Python/vscode
that referenced
this issue
Nov 26, 2024
…one to clone the submodules as well
Parasaran-Python
added a commit
to Parasaran-Python/vscode
that referenced
this issue
Dec 1, 2024
…one to clone the submodules as well
Parasaran-Python
added a commit
to Parasaran-Python/vscode
that referenced
this issue
Dec 7, 2024
…one to clone the submodules as well
lszomoru
changed the title
Submodules are not processed when cloning a git project.
Git - Submodules are not processed when cloning a git project.
Dec 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Issue identified by VS Code Team member as probable bug
git
GIT issues
help wanted
Issues identified as good community contribution opportunities
Type: Bug
When cloning a git project with submodules, all submodules in the project should be cloned and initialized as well.
Actual result:
When cloning a new github project that contains submodules, VsCode does not process any git submodules in the project. After cloning a project with submodules, you then have to issue the following command from a command prompt.
in order to clone and initialize all the project's submodules.
Expected behaviour:
Cloning a project in Github should install and initialize all the project's modules without requiring further actions by the user.
Instead of
VsCode should perform
Repro:
The following github project has submodules.
although most significant github projects also have submodules. Submodules in a github project are not rare at all.
An example of a more lightweight git project with submodules that isn't mine:
VS Code version: Code 1.92.2 (fee1edb, 2024-08-14T17:29:30.058Z)
OS version: Linux arm64 6.6.31+rpt-rpi-v8
Modes:
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
webnn: disabled_off
Extensions (8)
(1 theme extensions excluded)
A/B Experiments
The text was updated successfully, but these errors were encountered: