mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Merge from master
This commit is contained in:
@@ -79,10 +79,24 @@
|
||||
{
|
||||
"category": "%command.category%",
|
||||
"title": "%command.compare%",
|
||||
"original":"Compare Current Conflict",
|
||||
"original": "Compare Current Conflict",
|
||||
"command": "merge-conflict.compare"
|
||||
}
|
||||
],
|
||||
"menus": {
|
||||
"scm/resourceState/context": [
|
||||
{
|
||||
"command": "merge-conflict.accept.all-current",
|
||||
"when": "scmProvider == git && scmResourceGroup == merge",
|
||||
"group": "1_modification"
|
||||
},
|
||||
{
|
||||
"command": "merge-conflict.accept.all-incoming",
|
||||
"when": "scmProvider == git && scmResourceGroup == merge",
|
||||
"group": "1_modification"
|
||||
}
|
||||
]
|
||||
},
|
||||
"configuration": {
|
||||
"title": "%config.title%",
|
||||
"properties": {
|
||||
@@ -95,14 +109,19 @@
|
||||
"type": "boolean",
|
||||
"description": "%config.decoratorsEnabled%",
|
||||
"default": true
|
||||
},
|
||||
"merge-conflict.autoNavigateNextConflict.enabled": {
|
||||
"type": "boolean",
|
||||
"description": "%config.autoNavigateNextConflictEnabled%",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"vscode-nls": "^3.2.4"
|
||||
"vscode-nls": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "8.0.33"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user