Skip to content

Commit 3e91276

Browse files
committed
fix bad merge
1 parent 2ddc3fc commit 3e91276

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/treeProvider.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,6 @@ import { normalizePath } from './fsUtils';
1818
import { API as GitAPI, Repository as GitAPIRepository } from './typings/git';
1919
import { Octokit } from '@octokit/rest';
2020

21-
type SortOrder = 'name' | 'path' | 'status' | 'recentlyModified';
22-
23-
const STATUS_SORT_ORDER: { [key: string]: number } = {
24-
'M': 0, // Modified
25-
'A': 1, // Added
26-
'D': 2, // Deleted
27-
'R': 3, // Renamed
28-
'C': 4, // Conflict
29-
'U': 5, // Untracked
30-
'T': 6 // Type change
31-
};
3221

3322
type SortOrder = 'name' | 'path' | 'status' | 'recentlyModified';
3423

0 commit comments

Comments
 (0)