Commit 607ce43
committed
Fix #839: Prefix review-comment commands with "Codev:"
Two contributes.commands entries in packages/vscode/package.json were
missing the "Codev:" prefix used by every other declared command,
making them look like they came from a different extension in the
VS Code Feature Contributions tab.
- codev.submitReviewComment: "Submit review comment" -> "Codev: Submit Review Comment"
- codev.deleteReviewComment: "Delete review comment" -> "Codev: Delete Review Comment"
All 40 entries on the Feature Contributions command list now start with "Codev:".1 parent 4de85c4 commit 607ce43
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
0 commit comments