Commit 0ebed3c
enabled inline comments with no code suggestions to be shown
Summary:
**Context**: explained by the title
**Solution**:
With code suggestion, we get commit hash from CodePatch so that we can compare code in editor with the commit code. We do this to realigned the line number in case of code change in vscode editor.
For entities without codepatch, we have to fetch the commit hash via 'changeset' in comment's data. Hence the added graphql.
**PS.** In the next diff I will add in the ability to resolve a comment, so user can resolve and disband comments without codepatch.
Differential Revision: D67951639
fbshipit-source-id: c45be6a747653bab3707e1fde1c117015e3396ea1 parent bbb7436 commit 0ebed3c
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
149 | 150 | | |
150 | 151 | | |
151 | 152 | | |
152 | 153 | | |
153 | 154 | | |
154 | 155 | | |
155 | 156 | | |
156 | | - | |
157 | | - | |
158 | 157 | | |
159 | 158 | | |
160 | 159 | | |
| |||
0 commit comments