mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 01:28:26 -05:00
* Initial 1.19 xcopy * Fix yarn build * Fix numerous build breaks * Next batch of build break fixes * More build break fixes * Runtime breaks * Additional post merge fixes * Fix windows setup file * Fix test failures. * Update license header blocks to refer to source eula
16 lines
711 B
JSON
16 lines
711 B
JSON
{
|
|
"command.category": "Merge Conflict",
|
|
"command.accept.all-current": "Accept All Current",
|
|
"command.accept.all-incoming": "Accept All Incoming",
|
|
"command.accept.all-both": "Accept All Both",
|
|
"command.accept.current": "Accept Current",
|
|
"command.accept.incoming": "Accept Incoming",
|
|
"command.accept.selection": "Accept Selection",
|
|
"command.accept.both": "Accept Both",
|
|
"command.next": "Next Conflict",
|
|
"command.previous": "Previous Conflict",
|
|
"command.compare": "Compare Current Conflict",
|
|
"config.title": "Merge Conflict",
|
|
"config.codeLensEnabled": "Enable/disable merge conflict block CodeLens within editor",
|
|
"config.decoratorsEnabled": "Enable/disable merge conflict decorators within editor"
|
|
} |