mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
git: path config
This commit is contained in:
@@ -373,6 +373,12 @@
|
||||
"configuration": {
|
||||
"title": "Git",
|
||||
"properties": {
|
||||
"git.path": {
|
||||
"type": ["string", "null"],
|
||||
"description": "%config.path%",
|
||||
"default": null,
|
||||
"isExecutable": true
|
||||
},
|
||||
"git.autorefresh": {
|
||||
"type": "boolean",
|
||||
"description": "%config.autorefresh%",
|
||||
|
||||
Reference in New Issue
Block a user