coc-git 2.4.11 → 2.5.0

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.
Files changed (2) hide show
  1. package/lib/index.js +319 -213
  2. package/package.json +6 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coc-git",
3
- "version": "2.4.11",
3
+ "version": "2.5.0",
4
4
  "description": "Git extension for coc.nvim",
5
5
  "main": "lib/index.js",
6
6
  "publisher": "chemzqm",
@@ -312,6 +312,11 @@
312
312
  "default": "DiffAdd",
313
313
  "description": "Highlight group for the incoming version of a merge conflict."
314
314
  },
315
+ "git.gstatus.saveBeforeOpen": {
316
+ "type": "boolean",
317
+ "default": "false",
318
+ "description": "Auto save opened files before open list."
319
+ },
315
320
  "coc.source.issues.enable": {
316
321
  "type": "boolean",
317
322
  "default": true