Преглед на файлове

Fixes view layout default

main
Eric Amodio преди 4 години
родител
ревизия
1187158356
променени са 1 файла, в които са добавени 6 реда и са изтрити 6 реда
  1. +6
    -6
      src/commands/setViewsLayout.ts

+ 6
- 6
src/commands/setViewsLayout.ts Целия файл

@ -25,16 +25,16 @@ export class SetViewsLayoutCommand extends Command {
const pick = await window.showQuickPick(
[
{
label: 'GitLens Layout',
label: 'Source Control Layout',
description: '(default)',
detail: 'Shows all the views together on the GitLens side bar',
layout: ViewsLayout.GitLens,
detail: 'Shows all the views together on the Source Control side bar',
layout: ViewsLayout.SourceControl,
},
{
label: 'Source Control Layout',
label: 'GitLens Layout',
description: '',
detail: 'Shows all the views together on the Source Control side bar',
layout: ViewsLayout.SourceControl,
detail: 'Shows all the views together on the GitLens side bar',
layout: ViewsLayout.GitLens,
},
],
{

Зареждане…
Отказ
Запис