Name, description, icon for merge-conflict extension (#43978)
parent
03be224fa4
commit
264d0c2ec8
|
@ -0,0 +1,3 @@
|
|||
# Merge Conflict
|
||||
|
||||
**Notice** This is a an extension that is bundled with Visual Studio Code.
|
|
@ -1,8 +1,9 @@
|
|||
{
|
||||
"name": "merge-conflict",
|
||||
"publisher": "vscode",
|
||||
"displayName": "merge-conflict",
|
||||
"description": "Merge Conflict",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"icon": "resources/icons/merge-conflict.png",
|
||||
"version": "0.7.0",
|
||||
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
|
||||
"engines": {
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"displayName": "Merge Conflict",
|
||||
"description": "Coloring and commands for inline merge conflicts.",
|
||||
"command.category": "Merge Conflict",
|
||||
"command.accept.all-current": "Accept All Current",
|
||||
"command.accept.all-incoming": "Accept All Incoming",
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
Loading…
Reference in New Issue