-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Continue on for comments doesn't work sometimes #194288
Comments
@joyceerhl I'm seeing an unexpected URI in the object that I get from the storage service when I try to restore comments: The two with the long URI authority restore, because that URI matches the URI that of the files "locally" (it's actually GitHub Repositories, but it's the machine I'm trying to restore on). |
I'm seeing this URI difference when trying to restore across two actual different machines using VS Code insiders (desktop) on both. |
Hm, I cannot repro because comments aren't showing up at all for me in web https://insiders.vscode.dev/github/microsoft/vscode/pull/193812 |
@joyceerhl I'm seeing comments show up as expected for that PR. Can you share output from GitHub Pull Request and see if there are any errors in the console? |
OK, comments show up properly for that PR now. I'm still running into some issues though:
|
This is intentional. During testing, we couldn't get a good test of the feature so I put it behind a hidden setting so that we didn't accumulate a bunch of junk state for 1.83 for users.
I'm not sure what that could be, but the logging I added yesterday should help shed some light on that. If you set the log level of "Window" to "debug", then you should get lines like "Comments: URIs of continue on comments..." for when we store and retrieve comments to and from the storage service. |
@joyceerhl I found that testing across two desktop installs worked extremely reliably. Before, I was testing across desktop and insiders.vscode.dev, and it was unreliable (as described in step 3) so I didn't notice all the bugs that I had. All the bugs I could find I fixed in #195260. For testing, I'll update the TPI to ask that testers use two desktop installs of VS Code. |
* Various continue on comments fixes Part of #194288 * Fix continue-on reply being restored before root comment Fix duplicate continue-on comments * Include monaco.d.ts changes
* Various continue on comments fixes Part of microsoft#194288 * Fix continue-on reply being restored before root comment Fix duplicate continue-on comments * Include monaco.d.ts changes
Testing #193104
To repro, follow the steps in the above test.
The text was updated successfully, but these errors were encountered: