File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,12 @@ import type { MessageItem } from 'vscode';
22import { ConfigurationTarget , window } from 'vscode' ;
33import type { SuppressedMessages } from './config' ;
44import { urls } from './constants' ;
5- import type { Source } from './constants.telemetry' ;
65import type { BlameIgnoreRevsFileError } from './git/errors' ;
76import { BlameIgnoreRevsFileBadRevisionError } from './git/errors' ;
87import type { GitCommit } from './git/models/commit' ;
98import { executeCommand , executeCoreCommand } from './system/-webview/command' ;
109import { configuration } from './system/-webview/configuration' ;
1110import { openUrl } from './system/-webview/vscode' ;
12- import { createMarkdownCommandLink } from './system/commands' ;
1311import { Logger } from './system/logger' ;
1412
1513export function showBlameInvalidIgnoreRevsFileWarningMessage (
You can’t perform that action at this time.
0 commit comments