Sharing Annotations Across Developers Using Git #80
Replies: 2 comments
|
Thank you, Viviane. I really appreciate hearing that the extension is useful. I’ll work on your comment when I’m back from vacation, around August 10. If you’re comfortable sharing which company is using the extension, feel free to send it privately (jacques.gariepy@outlook.com). It helps me better understand real-world usage, but only if you’re okay with it. Thanks again for the feedback, it really helps shape the next improvements. |
|
Hi @viviane9533, thanks for the detailed report, you found a real gap. Sharing This is fixed in v1.4.5 (just released): every annotation already stores its workspace-relative path, and the extension now rebases any Two notes for team usage:
So to answer directly: yes, sharing annotations.json through Git across workstations is officially supported as of v1.4.5. Release notes: https://github.com/JacquesGariepy/out-of-code-insights/blob/main/docs/CHANGELOG-1.4.5.md |
Uh oh!
There was an error while loading. Please reload this page.
Hi @JacquesGariepy
We're really enjoying exploring the extension and all the cool features it comes with!
We're evaluating Out-of-Code Insights for a team collaboration project and wanted to share annotation by committing to the json file to our repository.
We've run into an issue when annotations are created by one developer, committed to a branch, and pushed to a remote branch. Then another developer pulls the same branch onto their local workspace. The issue is the fileUri for those annotations point to the first developer's local machine path so the annotations don't show up anchored to a specific line on this new workspace.
The error reads "Error executing command navigate: cannot open file... Unable to read file... Unable to resolve nonexistent file" .
Is sharing annotation.json through Git across multiple workstations officially supported?
Is there a way for teams with different local workspace paths to share annotations?
Thank you
All reactions