coc-git 2.7.9 → 2.7.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coc-git",
3
- "version": "2.7.9",
3
+ "version": "2.7.10",
4
4
  "description": "Git extension for coc.nvim",
5
5
  "main": "lib/index.js",
6
6
  "publisher": "chemzqm",
@@ -76,6 +76,10 @@
76
76
  "title": "Show commit of current chunk.",
77
77
  "command": "git.showCommit"
78
78
  },
79
+ {
80
+ "title": "Show commit of current line in TreeView.",
81
+ "command": "git.showCommitTree"
82
+ },
79
83
  {
80
84
  "title": "Open current line in browser, github url supported.",
81
85
  "command": "git.browserOpen"
@@ -410,6 +414,12 @@
410
414
  "scope": "application",
411
415
  "description": "Command used when split new window for show commit."
412
416
  },
417
+ "git.commitFiles.splitCommand": {
418
+ "type": "string",
419
+ "default": "belowright 40vs",
420
+ "scope": "application",
421
+ "description": "Command used to open the changed-files TreeView for a commit."
422
+ },
413
423
  "git.showCommitInFloating": {
414
424
  "type": "boolean",
415
425
  "default": false,