|
|
@ -1,12 +1,5 @@ |
|
|
|
import { DateTimeFormat } from './system/date'; |
|
|
|
|
|
|
|
export const enum OutputLevel { |
|
|
|
Silent = 'silent', |
|
|
|
Errors = 'errors', |
|
|
|
Verbose = 'verbose', |
|
|
|
Debug = 'debug', |
|
|
|
} |
|
|
|
|
|
|
|
export interface Config { |
|
|
|
autolinks: AutolinkReference[] | null; |
|
|
|
blame: { |
|
|
@ -274,6 +267,13 @@ export const enum KeyMap { |
|
|
|
None = 'none', |
|
|
|
} |
|
|
|
|
|
|
|
export const enum OutputLevel { |
|
|
|
Silent = 'silent', |
|
|
|
Errors = 'errors', |
|
|
|
Verbose = 'verbose', |
|
|
|
Debug = 'debug', |
|
|
|
} |
|
|
|
|
|
|
|
export const enum StatusBarCommand { |
|
|
|
CopyRemoteCommitUrl = 'gitlens.copyRemoteCommitUrl', |
|
|
|
CopyRemoteFileUrl = 'gitlens.copyRemoteFileUrl', |
|
|
|