Git - Optimistic UI plumbing (#165237)

This commit is contained in:
Ladislau Szomoru
2022-11-04 12:52:28 +01:00
committed by GitHub
parent 2423a7a714
commit b208b8794d
4 changed files with 138 additions and 91 deletions

View File

@@ -2543,6 +2543,15 @@
"default": false,
"markdownDescription": "%config.mergeEditor%",
"scope": "window"
},
"git.optimisticUpdate": {
"type": "boolean",
"default": true,
"markdownDescription": "%config.optimisticUpdate%",
"scope": "resource",
"tags": [
"experimental"
]
}
}
},