Browse Source

💄

main
Eric Amodio 1 year ago
parent
commit
640d3f6599
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/worktreesView.ts

+ 1
- 1
src/views/worktreesView.ts View File

@ -2,7 +2,7 @@ import type { CancellationToken, ConfigurationChangeEvent, Disposable, TreeViewV
import { ProgressLocation, ThemeColor, TreeItem, TreeItemCollapsibleState, window } from 'vscode';
import type { WorktreesViewConfig } from '../config';
import { ViewFilesLayout, ViewShowBranchComparison } from '../config';
import type { Colors} from '../constants';
import type { Colors } from '../constants';
import { Commands } from '../constants';
import type { Container } from '../container';
import { PlusFeatures } from '../features';

Loading…
Cancel
Save