-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
All Git Operations Fail #24633
Comments
Maybe it has something to do with:
though that's purely a guess. |
Update: I think I was able to resolve this by going into user settings, searching
every time I saved the file, and nothing else. And git continued to work as expected. So I guess the problem is "fixed" for me, though there appears to be a core issue with that pytest adapter that isn't working. As a note: we run all of our tests inside a docker container that has a few more paths/builds/etc such that modules like |
Chiming in here: I experienced the same issue. I tried switching to the pre-release version of |
Type: Bug
Behaviour
After a bit of coding, when I try to sync in
source control
, I get the horizontal scrolling blue bar and all git-related things seem to fail. Pushes and pulls hang. Gitlens won't display anything in the view. Copilot fails to suggest anything and explicit calls via Ctrl+I just timeout.The only way out is to restart VSCode or restart extensions host. Either way, this only fixes the issue for a few minutes at most.
Steps to reproduce:
test_abc.py
, FWIWprint('hi')
statementDiagnostic data
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Extension version: 2024.22.0
VS Code version: Code 1.96.0 (138f619c86f1199955d53b4166bef66ef252935c, 2024-12-11T02:29:09.626Z)
OS version: Linux x64 6.2.0-26-generic
Modes:
python.languageServer
setting: DefaultUser Settings
Installed Extensions
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
A/B Experiments
The text was updated successfully, but these errors were encountered: