-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Comment panel not updating with onDidChangeCommentThreads event #65329
Comments
cc @RMacfarlane |
cc @lostintangent
|
Ping? |
@RMacfarlane Do you think you can fix this bug in April? |
@IlyaBiryukov Yeah, I'll look at this this week. But, as an fyi, we are introducing a new version of the proposed commenting API and plan to deprecate the old proposal in the coming months. More info here: #68020 |
@RMacfarlane Is the new API ready to be used? Maybe the issue is already fixed with the new API. |
Yes, it's available in the |
Comment panel is updating just fine with the new API. I'm going to close this issue then. |
Issue Type: Bug
WorkspaceCommentProvider
andDocumentCommentProvider
DocumentCommentProvider.createNewCommentThread
fireWorkspaceCommentProvider.onDidChangeCommentThreads
event with the newly added thread inadded
property in the event.Expected:
The comment panel is updated. This works in stable VSCode 1.30.0.
Actual:
The comment panel is NOT updated. It looks like an exception is thrown by the event handler, though I couldn't get the details of it from attached VSCode debugger.
VS Code version: Code - Insiders 1.31.0-insider (edf1090, 2018-12-17T10:06:30.031Z)
OS version: Windows_NT x64 10.0.17763
System Info
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
rasterization: enabled
surface_synchronization: enabled_on
video_decode: enabled
webgl: enabled
webgl2: enabled
The text was updated successfully, but these errors were encountered: