mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Merge from vscode merge-base (#22769)
* Merge from vscode merge-base * Turn off basic checks * Enable compilation, unit, and integration tests
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"icon": "media/icon.png",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
|
||||
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
|
||||
"engines": {
|
||||
"vscode": "^1.5.0"
|
||||
},
|
||||
@@ -77,6 +77,7 @@
|
||||
"title": "%command.next%",
|
||||
"original": "Next Conflict",
|
||||
"command": "merge-conflict.next",
|
||||
"enablement": "!isMergeEditor",
|
||||
"icon": "$(arrow-down)"
|
||||
},
|
||||
{
|
||||
@@ -84,6 +85,7 @@
|
||||
"title": "%command.previous%",
|
||||
"original": "Previous Conflict",
|
||||
"command": "merge-conflict.previous",
|
||||
"enablement": "!isMergeEditor",
|
||||
"icon": "$(arrow-up)"
|
||||
},
|
||||
{
|
||||
@@ -110,12 +112,12 @@
|
||||
{
|
||||
"command": "merge-conflict.previous",
|
||||
"group": "navigation@1",
|
||||
"when": "mergeConflictsCount && mergeConflictsCount != 0"
|
||||
"when": "!isMergeEditor && mergeConflictsCount && mergeConflictsCount != 0"
|
||||
},
|
||||
{
|
||||
"command": "merge-conflict.next",
|
||||
"group": "navigation@2",
|
||||
"when": "mergeConflictsCount && mergeConflictsCount != 0"
|
||||
"when": "!isMergeEditor && mergeConflictsCount && mergeConflictsCount != 0"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user