vscode-keypromoter icon indicating copy to clipboard operation
vscode-keypromoter copied to clipboard

Error on when merging on "Complete Merge"

Open Scottzonn opened this issue 7 months ago • 0 comments

Type: Bug

Create a merge conflict in git. Like this: git checkout -b test-branch3 && echo "test branch" >> file.txt && git add . && git commit -m "test branch commit" && git checkout main && echo "main branch" >> file.txt && git add . && git commit -m "main branch commit" && git merge test-branch3

Try to resolve the merge conflict with the VSCode UI.

An error occurs when you press "Complete Merge".

Git: Cannot read properties of undefined (reading success)

Extension version: 1.0.2 VS Code version: Code 1.90.2 (Universal) (5437499feb04f7a586f677b155b039bc2b3669eb, 2024-06-18T22:37:41.291Z) OS version: Darwin arm64 22.6.0 Modes:

System Info
Item Value
CPUs Apple M1 Pro (10 x 2400)
GPU Status 2d_canvas: enabled
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: enabled
webgl: enabled
webgl2: enabled
webgpu: enabled
Load (avg) 7, 8, 8
Memory (System) 16.00GB (0.25GB free)
Process Argv --crash-reporter-id 95d40d96-e233-4c01-b1f9-11dff5aa94cb
Screen Reader no
VM 0%
A/B Experiments
vsliv368:30146709
vspor879:30202332
vspor708:30202333
vspor363:30204092
vscod805cf:30301675
binariesv615:30325510
vsaa593:30376534
py29gd2263:31024239
vscaat:30438848
c4g48928:30535728
azure-dev_surveyone:30548225
2i9eh265:30646982
962ge761:30959799
pythongtdpath:30769146
welcomedialog:30910333
pythonnoceb:30805159
asynctok:30898717
pythonregdiag2:30936856
pythonmypyd1:30879173
2e7ec940:31000449
pythontbext0:30879054
accentitlementsc:30995553
dsvsc016:30899300
dsvsc017:30899301
dsvsc018:30899302
cppperfnew:31000557
dsvsc020:30976470
pythonait:31006305
chatpanelc:31048052
dsvsc021:30996838
g316j359:31013175
pythoncenvpt:31062603
a69g1124:31058053
dvdeprecation:31068756
dwnewjupyter:31046869
newcmakeconfigv2:31071590
impr_priority:31094925
0c838689:31092287

Scottzonn avatar Jul 15 '24 11:07 Scottzonn