mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
git: enabled config
This commit is contained in:
@@ -373,6 +373,11 @@
|
||||
"configuration": {
|
||||
"title": "Git",
|
||||
"properties": {
|
||||
"git.enabled": {
|
||||
"type": "boolean",
|
||||
"description": "%config.enabled%",
|
||||
"default": true
|
||||
},
|
||||
"git.path": {
|
||||
"type": [
|
||||
"string",
|
||||
@@ -432,4 +437,4 @@
|
||||
"devDependencies": {
|
||||
"@types/node": "^7.0.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user