coc-git 2.7.10 → 2.7.12

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.10",
3
+ "version": "2.7.12",
4
4
  "description": "Git extension for coc.nvim",
5
5
  "main": "lib/index.js",
6
6
  "publisher": "chemzqm",
@@ -32,6 +32,10 @@
32
32
  "title": "Refresh git information for all buffers.",
33
33
  "command": "git.refresh"
34
34
  },
35
+ {
36
+ "title": "Open changed files from Git status in a TreeView.",
37
+ "command": "git.statusTree"
38
+ },
35
39
  {
36
40
  "title": "Navigate to the next changed chunk.",
37
41
  "command": "git.nextChunk"
@@ -420,6 +424,12 @@
420
424
  "scope": "application",
421
425
  "description": "Command used to open the changed-files TreeView for a commit."
422
426
  },
427
+ "git.statusTree.splitCommand": {
428
+ "type": "string",
429
+ "default": "belowright 40vs",
430
+ "scope": "application",
431
+ "description": "Command used to open the Git status TreeView."
432
+ },
423
433
  "git.showCommitInFloating": {
424
434
  "type": "boolean",
425
435
  "default": false,