Sertion / vscode-gitblame

Visual Studio Code Extension - See Git Blame info in status bar.
https://marketplace.visualstudio.com/items/waderyan.gitblame
MIT License
72 stars 31 forks source link

Causes computer to crash when switching branches #157

Open pgerlich opened 9 months ago

pgerlich commented 9 months ago

Type: Bug

Causes computer to crash when switching branches when large changes are swapped in/out.

Extension version: 10.5.0 VS Code version: Cursor 0.10.4 (c0db898419c36107211de244bdcf5f412c1a4920, 2023-09-10T05:39:06.846Z) OS version: Darwin arm64 22.6.0 Modes:

System Info |Item|Value| |---|---| |CPUs|Apple M1 Max (10 x 24)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled| |Load (avg)|24, 15, 8| |Memory (System)|32.00GB (1.58GB free)| |Process Argv|| |Screen Reader|no| |VM|0%|
Sertion commented 9 months ago

Hey Paul. Sorry for the inconvenience and thanks for reporting it!

Does the same thing happen when you run git blame -C --incremental -- <filename> (where <filename> is the path to the file in question)?